summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDavid Orchard <if_coding@fastmail.com>2021-08-02 23:15:59 -0700
committerDavid Orchard <if_coding@fastmail.com>2021-08-15 10:32:15 -0700
commit0e0ae2b359b5c943055c988c3c78f36db2503468 (patch)
treee2b9fec4caed5524b5c999a085833fdf360c5181 /tests
parentea62693f6fff0dd24865b934334260d06f190e01 (diff)
Remove unnecessary uses for feature/map
Diffstat (limited to 'tests')
-rw-r--r--tests/async_builder.rs2
-rw-r--r--tests/errors.rs2
2 files changed, 1 insertions, 3 deletions
diff --git a/tests/async_builder.rs b/tests/async_builder.rs
index bf923d6..08bf691 100644
--- a/tests/async_builder.rs
+++ b/tests/async_builder.rs
@@ -1,5 +1,3 @@
-#![cfg(feature = "preserve_order")]
-
use async_trait::async_trait;
use config::*;
use std::{env, fs, path, str::FromStr};
diff --git a/tests/errors.rs b/tests/errors.rs
index 9004cbe..f3f201a 100644
--- a/tests/errors.rs
+++ b/tests/errors.rs
@@ -1,4 +1,4 @@
-#![cfg(all(feature = "toml", feature = "preserve_order"))]
+#![cfg(feature = "toml")]
extern crate config;