chore: rename

This commit is contained in:
2020-11-29 11:49:03 +08:00
parent 35bd53b304
commit 57ad903e08

6
src/chk.rs Normal file
View File

@@ -0,0 +1,6 @@
pub trait CommitMsgCheck {
fn check(&self, msg: &str) -> bool;
fn print_hint(&self);
}