aboutsummaryrefslogtreecommitdiffstats
path: root/components/util
diff options
context:
space:
mode:
Diffstat (limited to 'components/util')
-rw-r--r--components/util/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs
index 9407b18a87b..7b7ad32811c 100644
--- a/components/util/lib.rs
+++ b/components/util/lib.rs
@@ -54,10 +54,8 @@ pub mod linked_list;
#[allow(unsafe_code)]
pub mod opts;
pub mod panicking;
-#[allow(unsafe_code)]
pub mod prefs;
pub mod print_tree;
-#[allow(unsafe_code)]
pub mod resource_files;
#[allow(unsafe_code)]
pub mod str;