Skip to content

Commit

Permalink
fix for latest nightly
Browse files Browse the repository at this point in the history
Fixes brakage introduced by rust-lang/rust#30043
  • Loading branch information
hobofan committed Nov 27, 2015
1 parent 409c0f0 commit f43123a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ extern crate collections;
// for unicode nfc normalization
extern crate unicode_normalization;

use rustc::plugin::Registry;
extern crate rustc_plugin;

use rustc_plugin::Registry;

#[macro_use]
pub mod utils;
Expand Down

0 comments on commit f43123a

Please sign in to comment.