Skip to content

Commit 310f7a5

Browse files
committed
auto merge of #9949 : Heather/rust/driver-rs-cleanup-pullrequest, r=thestinger
2 parents 31a209c + 8c5f584 commit 310f7a5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/driver/driver.rs

-6
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ extern mod this(name = "rustpkg");
1414
#[cfg(rustdoc)]
1515
extern mod this(name = "rustdoc");
1616

17-
#[cfg(rusti)]
18-
extern mod this(name = "rusti");
19-
20-
#[cfg(rust)]
21-
extern mod this(name = "rust");
22-
2317
#[cfg(rustc)]
2418
extern mod this(name = "rustc");
2519

0 commit comments

Comments
 (0)