rustfmt pass

This commit is contained in:
Paul Woolcock
2018-12-12 16:43:56 -05:00
parent 8b7ed19396
commit 4426bd6478
+1 -4
View File
@@ -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};