From 5ad7325ada2bc226d5bb1877df23d33f418c1044 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Campinas?= Date: Wed, 27 Jun 2018 00:26:17 +0200 Subject: [PATCH] removed comment with default: rustfmt-normalize_comments --- tests/source/issue-2111.rs | 2 -- tests/target/issue-2111.rs | 2 -- 2 files changed, 4 deletions(-) diff --git a/tests/source/issue-2111.rs b/tests/source/issue-2111.rs index d1b02053e2a0..ccd113696e10 100644 --- a/tests/source/issue-2111.rs +++ b/tests/source/issue-2111.rs @@ -1,5 +1,3 @@ -// rustfmt-normalize_comments: false - // An import with single line comments. use super::{ SCHEMA_VERSIONS, diff --git a/tests/target/issue-2111.rs b/tests/target/issue-2111.rs index b82e41621a8c..42c1862e8864 100644 --- a/tests/target/issue-2111.rs +++ b/tests/target/issue-2111.rs @@ -1,5 +1,3 @@ -// rustfmt-normalize_comments: false - // An import with single line comments. use super::{ DelayChoice,