aboutsummaryrefslogtreecommitdiff
path: root/tests/lexical.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lexical.rs')
-rw-r--r--tests/lexical.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/lexical.rs b/tests/lexical.rs
index d3dfb85..368c844 100644
--- a/tests/lexical.rs
+++ b/tests/lexical.rs
@@ -26,11 +26,6 @@ extern crate alloc;
#[path = "../src/lexical/mod.rs"]
mod lexical;
-mod lib {
- pub use std::vec::Vec;
- pub use std::{cmp, iter, mem, ops};
-}
-
#[path = "lexical/algorithm.rs"]
mod algorithm;