diff options
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 53e26e435b7..b2b856c5c83 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -43,7 +43,9 @@ //! //! use std::prelude::*; +// NOTE: remove after snapshot #[pkgid = "std#0.9-pre"]; +#[crate_id = "std#0.9-pre"]; #[comment = "The Rust standard library"]; #[license = "MIT/ASL2"]; #[crate_type = "rlib"]; |
