Skip to content

Commit 7d583da

Browse files
committed
fix for latest nightly
Fixes breakage introduced by rust-lang/rust#30043
1 parent 409c0f0 commit 7d583da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ extern crate collections;
1717
// for unicode nfc normalization
1818
extern crate unicode_normalization;
1919

20-
use rustc::plugin::Registry;
20+
extern crate rustc_plugin;
21+
22+
use rustc_plugin::Registry;
2123

2224
#[macro_use]
2325
pub mod utils;

0 commit comments

Comments
 (0)