mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 22:18:23 +03:00
319eeb1c79
LinearMap is quite a bit faster, and is fully owned/sendable without requiring copies. The older std::map also doesn't use explicit self and relies on mutable fields.