|
|
@ -65,10 +65,7 @@ extern crate toml as tomlcrate; |
|
|
|
extern crate tempfile; |
|
|
|
extern crate tempfile; |
|
|
|
|
|
|
|
|
|
|
|
#[cfg(test)] |
|
|
|
#[cfg(test)] |
|
|
|
#[cfg_attr(
|
|
|
|
#[cfg_attr(all(test, any(feature = "toml", feature = "json")), macro_use)] |
|
|
|
all(test, any(feature = "toml", feature = "json")), |
|
|
|
|
|
|
|
macro_use |
|
|
|
|
|
|
|
)] |
|
|
|
|
|
|
|
extern crate indoc; |
|
|
|
extern crate indoc; |
|
|
|
|
|
|
|
|
|
|
|
use std::{borrow::Cow, ops}; |
|
|
|
use std::{borrow::Cow, ops}; |
|
|
|