Skip to content

Commit 93c349a

Browse files
committed
Remove cargo-fmt and rustfmt-bin from self_tests()
1 parent 9d2229f commit 93c349a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

rustfmt-core/tests/lib.rs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -211,12 +211,7 @@ fn idempotence_tests() {
211211
#[test]
212212
fn self_tests() {
213213
let mut files = get_test_files(Path::new("tests"), false);
214-
let bin_directories = vec![
215-
"cargo-fmt",
216-
"git-rustfmt",
217-
"rustfmt-bin",
218-
"rustfmt-format-diff",
219-
];
214+
let bin_directories = vec!["git-rustfmt", "rustfmt-format-diff"];
220215
for dir in bin_directories {
221216
let mut path = PathBuf::from("..");
222217
path.push(dir);

0 commit comments

Comments
 (0)