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
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -84,7 +84,6 @@
//! - LinkedList\<T\>
//! - VecDeque\<T\>
//! - Vec\<T\>
//! - EnumSet\<T\> (unstable)
//! - **Zero-copy types**:
//! - &str
//! - &[u8]
-1
View File
@@ -81,7 +81,6 @@
//! - LinkedList\<T\>
//! - VecDeque\<T\>
//! - Vec\<T\>
//! - EnumSet\<T\> (unstable)
//! - **FFI types**:
//! - CStr
//! - CString