diff --git a/gegl/source/lib.rs b/gegl/source/lib.rs index 5bf28e1..7b477ad 100644 --- a/gegl/source/lib.rs +++ b/gegl/source/lib.rs @@ -6,7 +6,7 @@ mod operations; pub use operations::*; -pub use indexmap::indexmap; +use indexmap::indexmap; /// Type alias for a [`indexmap::IndexMap`] with static [`str`] keys and /// [`String`] values. The reason for [`mod@indexmap`] is to preserve insertion