We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6eb03b commit daf6121Copy full SHA for daf6121
src/tools/rust-analyzer/crates/stdx/src/anymap.rs
@@ -1,5 +1,6 @@
1
//! This file is a port of only the necessary features from https://github.com/chris-morgan/anymap version 1.0.0-beta.2 for use within rust-analyzer.
2
-//! Copyright © 2014–2022 Chris Morgan. COPYING: https://github.com/chris-morgan/anymap/blob/master/COPYING"
+//! Copyright © 2014–2022 Chris Morgan.
3
+//! COPYING: https://github.com/chris-morgan/anymap/blob/master/COPYING
4
//! Note that the license is changed from Blue Oak Model 1.0.0 or MIT or Apache-2.0 to MIT OR Apache-2.0
5
//!
6
//! This implementation provides a safe and convenient store for one value of each type.
0 commit comments