unecessary use of rustfmt-normalize_comments comment
This commit is contained in:
parent
a420ac2e3c
commit
f8f9457e20
@ -1,4 +1,3 @@
|
||||
// rustfmt-normalize_comments: true
|
||||
// rustfmt-indent_style: Visual
|
||||
// Test chain formatting.
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
// rustfmt-normalize_comments: true
|
||||
// rustfmt-use_small_heuristics: Off
|
||||
// Test chain formatting.
|
||||
|
||||
|
@ -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;`
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
// rustfmt-normalize_comments: true
|
||||
// rustfmt-indent_style: Visual
|
||||
// Test chain formatting.
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
// rustfmt-normalize_comments: true
|
||||
// rustfmt-use_small_heuristics: Off
|
||||
// Test chain formatting.
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
// rustfmt-normalize_comments: true
|
||||
|
||||
use a;
|
||||
use b;
|
||||
use c;
|
||||
|
Loading…
x
Reference in New Issue
Block a user