Rollup merge of #36169 - wdv4758h:librustc_plugin_docs, r=nikomatsakis

Change 'rustc::plugin' to 'rustc_plugin' in doc comment

It looks like there is a missing one.
This commit is contained in:
Jonathan Turner 2016-08-31 13:53:36 -07:00 committed by GitHub
commit 5c97100058

View File

@ -27,7 +27,7 @@
//!
//! extern crate rustc;
//!
//! use rustc::plugin::Registry;
//! use rustc_plugin::Registry;
//!
//! #[plugin_registrar]
//! pub fn plugin_registrar(reg: &mut Registry) {