Don't export the indexmap macro.

This commit is contained in:
Bauke 2024-01-23 18:08:52 +01:00
parent 7e90dcec9a
commit 49c22aa7af
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

View File

@ -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