We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85e372f commit af9d29cCopy full SHA for af9d29c
xtask/src/tidy.rs
@@ -3,5 +3,5 @@ use xshell::{cmd, Shell};
3
#[test]
4
fn test_formatting() {
5
let sh = Shell::new().unwrap();
6
- cmd!(sh, "cargo fmt --all -- --check").run().unwrap()
+ cmd!(sh, "cargo fmt -- --check").run().unwrap()
7
}
0 commit comments