mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-14 23:11:01 +00:00
Remove EnumSet from documentation
These impls were removed in Serde 0.9.6.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user