From be69f9c3e6a6f5efb5ba1edd50955cb12c111bf8 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Fri, 14 Dec 2018 08:31:30 +0100 Subject: Rustfmt has changed its default style :/ --- components/script/lib.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'components/script/lib.rs') diff --git a/components/script/lib.rs b/components/script/lib.rs index b51de15e5ce..2454fff090e 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -12,10 +12,7 @@ #![allow(non_snake_case)] #![doc = "The script crate contains all matters DOM."] #![plugin(script_plugins)] -#![cfg_attr( - not(feature = "unrooted_must_root_lint"), - allow(unknown_lints) -)] +#![cfg_attr(not(feature = "unrooted_must_root_lint"), allow(unknown_lints))] #[macro_use] extern crate bitflags; -- cgit v1.2.3