Remove EnumSet from documentation

These impls were removed in Serde 0.9.6.
This commit is contained in:
David Tolnay 2018-05-18 21:26:21 -07:00
parent 4b7f55bd42
commit fa5f0f4541
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 0 additions and 2 deletions

View File

@ -84,7 +84,6 @@
//! - LinkedList\<T\>
//! - VecDeque\<T\>
//! - Vec\<T\>
//! - EnumSet\<T\> (unstable)
//! - **Zero-copy types**:
//! - &str
//! - &[u8]

View File

@ -81,7 +81,6 @@
//! - LinkedList\<T\>
//! - VecDeque\<T\>
//! - Vec\<T\>
//! - EnumSet\<T\> (unstable)
//! - **FFI types**:
//! - CStr
//! - CString