From dbeef9222646bf1496be0403a3d469a1b1d31c0b Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Sat, 24 Jul 2021 13:08:49 +0200 Subject: [PATCH] Remove outdated comment --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 2e72882e..825b8775 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -82,7 +82,6 @@ pub use linear_map::LinearMap; pub use string::String; pub use vec::Vec; -// NOTE this code was last ported from v0.4.1 of the indexmap crate mod deque; mod histbuf; mod indexmap;