auto merge of #9949 : Heather/rust/driver-rs-cleanup-pullrequest, r=thestinger

This commit is contained in:
bors 2013-10-19 10:56:15 -07:00
commit 310f7a5f52
1 changed files with 0 additions and 6 deletions

View File

@ -14,12 +14,6 @@ extern mod this(name = "rustpkg");
#[cfg(rustdoc)]
extern mod this(name = "rustdoc");
#[cfg(rusti)]
extern mod this(name = "rusti");
#[cfg(rust)]
extern mod this(name = "rust");
#[cfg(rustc)]
extern mod this(name = "rustc");