aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/util/lib.rs')
-rw-r--r--components/util/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs
index 094bd292897..05d0c4058f9 100644
--- a/components/util/lib.rs
+++ b/components/util/lib.rs
@@ -59,7 +59,7 @@ pub mod cache;
pub mod cursor;
pub mod debug_utils;
pub mod deque;
-pub mod dlist;
+pub mod linked_list;
pub mod fnv;
pub mod geometry;
pub mod logical_geometry;