diff --git a/tests/source/chains-visual.rs b/tests/source/chains-visual.rs index 466f6840887..20a96311e34 100644 --- a/tests/source/chains-visual.rs +++ b/tests/source/chains-visual.rs @@ -1,4 +1,3 @@ -// rustfmt-normalize_comments: true // rustfmt-indent_style: Visual // Test chain formatting. diff --git a/tests/source/chains.rs b/tests/source/chains.rs index f9581101bb5..749d18c57d7 100644 --- a/tests/source/chains.rs +++ b/tests/source/chains.rs @@ -1,4 +1,3 @@ -// rustfmt-normalize_comments: true // rustfmt-use_small_heuristics: Off // Test chain formatting. diff --git a/tests/source/issue-1124.rs b/tests/source/issue-1124.rs index 0fc7fc13dda..baa963868ec 100644 --- a/tests/source/issue-1124.rs +++ b/tests/source/issue-1124.rs @@ -1,5 +1,3 @@ -// rustfmt-normalize_comments: true - use d; use c; use b; use a; // The previous line has a space after the `use a;` diff --git a/tests/target/chains-visual.rs b/tests/target/chains-visual.rs index b842d73c99f..3db40053e6b 100644 --- a/tests/target/chains-visual.rs +++ b/tests/target/chains-visual.rs @@ -1,4 +1,3 @@ -// rustfmt-normalize_comments: true // rustfmt-indent_style: Visual // Test chain formatting. diff --git a/tests/target/chains.rs b/tests/target/chains.rs index 8023b1243cb..69c7671503d 100644 --- a/tests/target/chains.rs +++ b/tests/target/chains.rs @@ -1,4 +1,3 @@ -// rustfmt-normalize_comments: true // rustfmt-use_small_heuristics: Off // Test chain formatting. diff --git a/tests/target/issue-1124.rs b/tests/target/issue-1124.rs index e7d05afb03d..888ceb7c481 100644 --- a/tests/target/issue-1124.rs +++ b/tests/target/issue-1124.rs @@ -1,5 +1,3 @@ -// rustfmt-normalize_comments: true - use a; use b; use c;