From 4426bd647800013274f42ee2655cd555ddd2fa5b Mon Sep 17 00:00:00 2001 From: Paul Woolcock Date: Wed, 12 Dec 2018 16:43:56 -0500 Subject: [PATCH] rustfmt pass --- src/lib.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 4f597f5..0489873 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -65,10 +65,7 @@ extern crate toml as tomlcrate; extern crate tempfile; #[cfg(test)] -#[cfg_attr( - all(test, any(feature = "toml", feature = "json")), - macro_use -)] +#[cfg_attr(all(test, any(feature = "toml", feature = "json")), macro_use)] extern crate indoc; use std::{borrow::Cow, ops};