3 lines
93 B
Bash
Executable File
3 lines
93 B
Bash
Executable File
#!/usr/bin/env bash
|
|
grep -RInE '\.(unwrap|expect)\(' --include='*.rs' . && exit 1 || echo ok
|