diff options
Diffstat (limited to 'components/util/lib.rs')
-rw-r--r-- | components/util/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs index 42362b74c73..67230bbd821 100644 --- a/components/util/lib.rs +++ b/components/util/lib.rs @@ -51,7 +51,6 @@ use std::sync::Arc; pub mod bezier; pub mod cache; -pub mod cursor; pub mod debug_utils; pub mod deque; pub mod geometry; |