diff options
Diffstat (limited to 'tests/unit/util/lib.rs')
-rw-r--r-- | tests/unit/util/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/util/lib.rs b/tests/unit/util/lib.rs index b42b58ddd7b..72ca23df7ca 100644 --- a/tests/unit/util/lib.rs +++ b/tests/unit/util/lib.rs @@ -16,6 +16,5 @@ extern crate util; #[cfg(test)] mod logical_geometry; #[cfg(test)] mod thread; #[cfg(test)] mod vec; -#[cfg(test)] mod mem; #[cfg(test)] mod str; #[cfg(test)] mod opts; |