Mention rc feature in list of trait impls in documentation
This commit is contained in:
parent
bf27b28554
commit
535e3d4372
@ -59,13 +59,13 @@
|
|||||||
//! - Box\<T\>
|
//! - Box\<T\>
|
||||||
//! - Box\<\[T\]\>
|
//! - Box\<\[T\]\>
|
||||||
//! - Box\<str\>
|
//! - Box\<str\>
|
||||||
//! - Rc\<T\>
|
|
||||||
//! - Arc\<T\>
|
|
||||||
//! - Cow\<'a, T\>
|
//! - Cow\<'a, T\>
|
||||||
//! - Cell\<T\>
|
//! - Cell\<T\>
|
||||||
//! - RefCell\<T\>
|
//! - RefCell\<T\>
|
||||||
//! - Mutex\<T\>
|
//! - Mutex\<T\>
|
||||||
//! - RwLock\<T\>
|
//! - RwLock\<T\>
|
||||||
|
//! - Rc\<T\> *(if* features = ["rc"] *is enabled)*
|
||||||
|
//! - Arc\<T\> *(if* features = ["rc"] *is enabled)*
|
||||||
//! - **Collection types**:
|
//! - **Collection types**:
|
||||||
//! - BTreeMap\<K, V\>
|
//! - BTreeMap\<K, V\>
|
||||||
//! - BTreeSet\<T\>
|
//! - BTreeSet\<T\>
|
||||||
|
@ -56,13 +56,13 @@
|
|||||||
//! - PhantomData\<T\>
|
//! - PhantomData\<T\>
|
||||||
//! - **Wrapper types**:
|
//! - **Wrapper types**:
|
||||||
//! - Box\<T\>
|
//! - Box\<T\>
|
||||||
//! - Rc\<T\>
|
|
||||||
//! - Arc\<T\>
|
|
||||||
//! - Cow\<'a, T\>
|
//! - Cow\<'a, T\>
|
||||||
//! - Cell\<T\>
|
//! - Cell\<T\>
|
||||||
//! - RefCell\<T\>
|
//! - RefCell\<T\>
|
||||||
//! - Mutex\<T\>
|
//! - Mutex\<T\>
|
||||||
//! - RwLock\<T\>
|
//! - RwLock\<T\>
|
||||||
|
//! - Rc\<T\> *(if* features = ["rc"] *is enabled)*
|
||||||
|
//! - Arc\<T\> *(if* features = ["rc"] *is enabled)*
|
||||||
//! - **Collection types**:
|
//! - **Collection types**:
|
||||||
//! - BTreeMap\<K, V\>
|
//! - BTreeMap\<K, V\>
|
||||||
//! - BTreeSet\<T\>
|
//! - BTreeSet\<T\>
|
||||||
|
Loading…
Reference in New Issue
Block a user