std: Add Vec to the prelude
This is an incredibly common type, and it is expected to be used in many many places. This type should be in the prelude.
This commit is contained in:
parent
8cfef59cc0
commit
0305ed5d22
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ pub use slice::{ImmutableEqVector, ImmutableTotalOrdVector, ImmutableCloneableVe
|
|||
pub use slice::{OwnedVector, OwnedCloneableVector, OwnedEqVector};
|
||||
pub use slice::{MutableVector, MutableTotalOrdVector};
|
||||
pub use slice::{Vector, VectorVector, CloneableVector, ImmutableVector};
|
||||
pub use vec::Vec;
|
||||
|
||||
// Reexported runtime types
|
||||
pub use comm::{channel, Sender, Receiver};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue