diff --git a/.rusty-hook.toml b/.rusty-hook.toml index 316c2520..ce4a9fbb 100644 --- a/.rusty-hook.toml +++ b/.rusty-hook.toml @@ -1,5 +1,5 @@ [hooks] -pre-commit = "cd core && cargo fmt --all && cargo clippy -- -D warnings" +pre-commit = "cd core && cargo fmt --all && find src -name '*.rs' | xargs touch && cargo clippy -- -D warnings" [logging] verbose = true