v0.1.0 skel
This commit is contained in:
2
scripts/check_no_unwrap_expect.sh
Executable file
2
scripts/check_no_unwrap_expect.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
grep -RInE '\.(unwrap|expect)\(' --include='*.rs' . && exit 1 || echo ok
|
||||
Reference in New Issue
Block a user