diff options
Diffstat (limited to 'components/util/lib.rs')
-rw-r--r-- | components/util/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs index b0e4cff8c62..02daa6be76f 100644 --- a/components/util/lib.rs +++ b/components/util/lib.rs @@ -39,6 +39,7 @@ use std::sync::Arc; pub mod bloom; pub mod cache; +pub mod cursor; pub mod debug_utils; pub mod dlist; pub mod fnv; |