3 lines
83 B
Bash
Executable File
3 lines
83 B
Bash
Executable File
#!/usr/bin/env bash
|
|
grep -RIn '^pub mod' --include='lib.rs' . && exit 1 || echo ok
|