Skip to content

Commit

Permalink
librustc_privacy: use bug!(), span_bug!()
Browse files Browse the repository at this point in the history
  • Loading branch information
ben0x539 committed Mar 31, 2016
1 parent 676f6c3 commit 487219c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_privacy/lib.rs
Expand Up @@ -24,7 +24,7 @@
#[macro_use] extern crate log;
#[macro_use] extern crate syntax;

extern crate rustc;
#[macro_use] extern crate rustc;
extern crate rustc_front;

use std::cmp;
Expand Down

0 comments on commit 487219c

Please sign in to comment.