Address review feedback

This commit is contained in:
Brian Anderson
2014-02-15 21:47:28 -08:00
parent 508cb29dc4
commit 2b64cb294c
3 changed files with 41 additions and 29 deletions

View File

@@ -12,6 +12,7 @@
#[desc = "rustdoc, the Rust documentation extractor"];
#[license = "MIT/ASL2"];
#[crate_type = "dylib"];
#[crate_type = "rlib"];
#[feature(globs, struct_variant, managed_boxes)];