Skip to content

Commit 8c5f584

Browse files
committed
remove rust and rusti from driver.rs
1 parent 34a1e3d commit 8c5f584

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)