diff options
| author | Andrei Formiga <archimedes_siracusa@hotmail.com> | 2013-11-08 17:42:29 -0300 |
|---|---|---|
| committer | Andrei Formiga <archimedes_siracusa@hotmail.com> | 2013-11-08 17:42:46 -0300 |
| commit | 455de85163108d8fc3569ebe1d20f98f738fb449 (patch) | |
| tree | d4450a73799dd5a87e8af332e8817e05326ed6f6 /src/libstd | |
| parent | 23387b062deddc8ca44fcbde834b7ab0f4e6d832 (diff) | |
| download | rust-455de85163108d8fc3569ebe1d20f98f738fb449.tar.gz rust-455de85163108d8fc3569ebe1d20f98f738fb449.zip | |
Specify package_id for rust libs, to avoid spurious warnings
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 880e71be8a1..008f9b27a12 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -44,6 +44,7 @@ //! use std::prelude::*; #[link(name = "std", + package_id = "std", vers = "0.9-pre", uuid = "c70c24a7-5551-4f73-8e37-380b11d80be8", url = "https://github.com/mozilla/rust/tree/master/src/libstd")]; |
