Remove outdated comment

This commit is contained in:
Dario Nieuwenhuis 2021-07-24 13:08:49 +02:00
parent 40808ec22f
commit dbeef92226

View File

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