Merge pull request #1336 from dtolnay/collections

Update path to alloc::collections for nightly-2018-07-07
This commit is contained in:
David Tolnay
2018-07-06 20:19:59 -07:00
committed by GitHub
+1 -1
View File
@@ -193,7 +193,7 @@ mod lib {
pub use std::sync::{Arc, Weak as ArcWeak};
#[cfg(all(feature = "alloc", not(feature = "std")))]
pub use alloc::{BTreeMap, BTreeSet, BinaryHeap, LinkedList, VecDeque};
pub use alloc::collections::{BTreeMap, BTreeSet, BinaryHeap, LinkedList, VecDeque};
#[cfg(feature = "std")]
pub use std::collections::{BTreeMap, BTreeSet, BinaryHeap, LinkedList, VecDeque};