Explicitly refer to the indexmap module.
This commit is contained in:
parent
3d7ee11150
commit
f7e91d69cc
|
@ -9,7 +9,7 @@ pub use operations::*;
|
||||||
pub use indexmap::indexmap;
|
pub use indexmap::indexmap;
|
||||||
|
|
||||||
/// Type alias for a [`indexmap::IndexMap`] with static [`str`] keys and
|
/// Type alias for a [`indexmap::IndexMap`] with static [`str`] keys and
|
||||||
/// [`String`] values. The reason for [`indexmap`] is to preserve insertion
|
/// [`String`] values. The reason for [`mod@indexmap`] is to preserve insertion
|
||||||
/// order for simpler testing.
|
/// order for simpler testing.
|
||||||
pub type GeglData = indexmap::IndexMap<&'static str, String>;
|
pub type GeglData = indexmap::IndexMap<&'static str, String>;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue