1
Fork 0

Specify package_id for rust libs, to avoid spurious warnings

This commit is contained in:
Andrei Formiga 2013-11-08 17:42:29 -03:00
parent 23387b062d
commit 455de85163
7 changed files with 7 additions and 0 deletions

View file

@ -9,6 +9,7 @@
// except according to those terms.
#[link(name = "rustdoc",
package_id = "rustdoc",
vers = "0.9-pre",
uuid = "8c6e4598-1596-4aa5-a24c-b811914bbbc6",
url = "https://github.com/mozilla/rust/tree/master/src/librustdoc")];