diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-08-17 14:02:15 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-08-17 19:35:52 -0700 |
| commit | 5990249e48efe285fb37be104697af7e68cb3013 (patch) | |
| tree | ad9e6b97a0d89077ab61c27c242b6affc5600492 /src/libcore/prelude/mod.rs | |
| parent | 0c849de1a2bad4b63b15b0155ecef8758f5211e5 (diff) | |
| download | rust-5990249e48efe285fb37be104697af7e68cb3013.tar.gz rust-5990249e48efe285fb37be104697af7e68cb3013.zip | |
core: Stabilize prelude::v1
This commit stabilizes the prelude::v1 module of libcore after verifying that it's a subset of the prelude of the standard library with the addition of a few extension traits.
Diffstat (limited to 'src/libcore/prelude/mod.rs')
| -rw-r--r-- | src/libcore/prelude/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libcore/prelude/mod.rs b/src/libcore/prelude/mod.rs index b6c93615378..99b1947c84e 100644 --- a/src/libcore/prelude/mod.rs +++ b/src/libcore/prelude/mod.rs @@ -10,4 +10,6 @@ //! The libcore prelude +#![stable(feature = "core_prelude", since = "1.4.0")] + pub mod v1; |
