unecessary use of rustfmt-normalize_comments comment

This commit is contained in:
Stéphane Campinas 2018-06-27 02:26:54 +02:00
parent a420ac2e3c
commit f8f9457e20
No known key found for this signature in database
GPG Key ID: 8272664236A42C2F
6 changed files with 0 additions and 8 deletions

View File

@ -1,4 +1,3 @@
// rustfmt-normalize_comments: true
// rustfmt-indent_style: Visual
// Test chain formatting.

View File

@ -1,4 +1,3 @@
// rustfmt-normalize_comments: true
// rustfmt-use_small_heuristics: Off
// Test chain formatting.

View File

@ -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;`

View File

@ -1,4 +1,3 @@
// rustfmt-normalize_comments: true
// rustfmt-indent_style: Visual
// Test chain formatting.

View File

@ -1,4 +1,3 @@
// rustfmt-normalize_comments: true
// rustfmt-use_small_heuristics: Off
// Test chain formatting.

View File

@ -1,5 +1,3 @@
// rustfmt-normalize_comments: true
use a;
use b;
use c;