mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
chore: add comments to mention anymap is a port from another repo
This commit is contained in:
parent
6212182739
commit
2b891ca084
1 changed files with 5 additions and 6 deletions
|
@ -1,15 +1,14 @@
|
||||||
//! Copyright © 2014–2022 Chris Morgan
|
//! 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.
|
||||||
//! https://github.com/chris-morgan/anymap/blob/master/COPYING
|
//! Copyright © 2014–2022 Chris Morgan. COPYING: https://github.com/chris-morgan/anymap/blob/master/COPYING"
|
||||||
//! Copyright © 2014–2022 Chris Morgan
|
//! 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
|
||||||
//! https://github.com/chris-morgan/anymap/blob/master/COPYING
|
|
||||||
//!
|
//!
|
||||||
//! This crate provides a safe and convenient store for one value of each type.
|
//! This implementation provides a safe and convenient store for one value of each type.
|
||||||
//!
|
//!
|
||||||
//! Your starting point is [`Map`]. It has an example.
|
//! Your starting point is [`Map`]. It has an example.
|
||||||
//!
|
//!
|
||||||
//! # Cargo features
|
//! # Cargo features
|
||||||
//!
|
//!
|
||||||
//! This crate has two independent features, each of which provides an implementation providing
|
//! This implementation has two independent features, each of which provides an implementation providing
|
||||||
//! types `Map`, `AnyMap`, `OccupiedEntry`, `VacantEntry`, `Entry` and `RawMap`:
|
//! types `Map`, `AnyMap`, `OccupiedEntry`, `VacantEntry`, `Entry` and `RawMap`:
|
||||||
//!
|
//!
|
||||||
//! - **std** (default, *enabled* in this build):
|
//! - **std** (default, *enabled* in this build):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue