1
Fork 0

Rename pkgid to crate_id

Closes #11035
This commit is contained in:
Corey Richardson 2013-12-17 16:40:33 -05:00
parent b6933f8d8b
commit dee1107571
60 changed files with 72 additions and 56 deletions

View file

@ -8,7 +8,9 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// NOTE: remove after snapshot
#[pkgid = "rustdoc#0.9-pre"];
#[crate_id = "rustdoc#0.9-pre"];
#[desc = "rustdoc, the Rust documentation extractor"];
#[license = "MIT/ASL2"];
#[crate_type = "dylib"];