Skip to content

Commit 34fd630

Browse files
committed
Remove an unnecessary configuration file for testing
1 parent b9e2897 commit 34fd630

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

tests/config/issue-5609.toml

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/source/issue-5609.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// rustfmt-config: issue-5609.toml
1+
// rustfmt-ignore_missing_submod: true
22

33
mod missing_submod;
44

tests/target/issue-5609.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// rustfmt-config: issue-5609.toml
1+
// rustfmt-ignore_missing_submod: true
22

33
mod missing_submod;
44

0 commit comments

Comments
 (0)