#!/usr/bin/env bash grep -RIn '\?' --include='*.rs' . && exit 1 || echo ok