From fe0ac6742e3aa1aa1d0d8d997f7a492f49f67224 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Campinas?= Date: Wed, 27 Jun 2018 00:51:37 +0200 Subject: [PATCH] removed comment with default: rustfmt-max_width --- tests/source/associated-types-bounds-wrapping.rs | 1 - tests/target/associated-types-bounds-wrapping.rs | 1 - 2 files changed, 2 deletions(-) diff --git a/tests/source/associated-types-bounds-wrapping.rs b/tests/source/associated-types-bounds-wrapping.rs index 8f5e2172569..464f428c7f9 100644 --- a/tests/source/associated-types-bounds-wrapping.rs +++ b/tests/source/associated-types-bounds-wrapping.rs @@ -1,4 +1,3 @@ -// rustfmt-max_width: 100 // Test proper wrapping of long associated type bounds pub trait HttpService { diff --git a/tests/target/associated-types-bounds-wrapping.rs b/tests/target/associated-types-bounds-wrapping.rs index d5b94a5e869..8aaeee3b16c 100644 --- a/tests/target/associated-types-bounds-wrapping.rs +++ b/tests/target/associated-types-bounds-wrapping.rs @@ -1,4 +1,3 @@ -// rustfmt-max_width: 100 // Test proper wrapping of long associated type bounds pub trait HttpService {