Specify package_id for rust libs, to avoid spurious warnings
This commit is contained in:
parent
23387b062d
commit
455de85163
7 changed files with 7 additions and 0 deletions
|
@ -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")];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue