diff options
Diffstat (limited to 'components/util/lib.rs')
-rw-r--r-- | components/util/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs index b4fa2b7a5b0..4eaf40b465f 100644 --- a/components/util/lib.rs +++ b/components/util/lib.rs @@ -51,7 +51,7 @@ pub mod linked_list; pub mod fnv; pub mod geometry; pub mod logical_geometry; -pub mod memory; +pub mod mem; pub mod namespace; pub mod opts; pub mod persistent_list; |