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 c79c763eb13..af5de45579d 100644 --- a/tests/unit/util/lib.rs +++ b/tests/unit/util/lib.rs @@ -9,5 +9,4 @@ extern crate util; mod cache; mod opts; mod prefs; -mod str; mod thread; |