Skip to content

Commit

Permalink
Change 'rustc::plugin' to 'rustc_plugin' in doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wdv4758h committed Aug 31, 2016
1 parent 603d9cc commit 3f7432a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_plugin/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
//!
//! extern crate rustc;
//!
//! use rustc::plugin::Registry;
//! use rustc_plugin::Registry;
//!
//! #[plugin_registrar]
//! pub fn plugin_registrar(reg: &mut Registry) {
Expand Down

0 comments on commit 3f7432a

Please sign in to comment.