Skip to content

Commit

Permalink
Rollup merge of #36169 - wdv4758h:librustc_plugin_docs, r=nikomatsakis
Browse files Browse the repository at this point in the history
Change 'rustc::plugin' to 'rustc_plugin' in doc comment

It looks like there is a missing one.
  • Loading branch information
Jonathan Turner committed Aug 31, 2016
2 parents 240d86b + 3f7432a commit 5c97100
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 5c97100

Please sign in to comment.