mirror of
https://github.com/serde-rs/serde.git
synced 2025-10-02 07:21:12 +00:00
Remove EnumSet from documentation
These impls were removed in Serde 0.9.6.
This commit is contained in:
parent
4b7f55bd42
commit
fa5f0f4541
@ -84,7 +84,6 @@
|
|||||||
//! - LinkedList\<T\>
|
//! - LinkedList\<T\>
|
||||||
//! - VecDeque\<T\>
|
//! - VecDeque\<T\>
|
||||||
//! - Vec\<T\>
|
//! - Vec\<T\>
|
||||||
//! - EnumSet\<T\> (unstable)
|
|
||||||
//! - **Zero-copy types**:
|
//! - **Zero-copy types**:
|
||||||
//! - &str
|
//! - &str
|
||||||
//! - &[u8]
|
//! - &[u8]
|
||||||
|
@ -81,7 +81,6 @@
|
|||||||
//! - LinkedList\<T\>
|
//! - LinkedList\<T\>
|
||||||
//! - VecDeque\<T\>
|
//! - VecDeque\<T\>
|
||||||
//! - Vec\<T\>
|
//! - Vec\<T\>
|
||||||
//! - EnumSet\<T\> (unstable)
|
|
||||||
//! - **FFI types**:
|
//! - **FFI types**:
|
||||||
//! - CStr
|
//! - CStr
|
||||||
//! - CString
|
//! - CString
|
||||||
|
Loading…
x
Reference in New Issue
Block a user