#!/usr/bin/env bash grep -RInE '\.(unwrap|expect)\(' --include='*.rs' . && exit 1 || echo ok