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:
commit
5c97100058
@ -27,7 +27,7 @@
|
||||
//!
|
||||
//! extern crate rustc;
|
||||
//!
|
||||
//! use rustc::plugin::Registry;
|
||||
//! use rustc_plugin::Registry;
|
||||
//!
|
||||
//! #[plugin_registrar]
|
||||
//! pub fn plugin_registrar(reg: &mut Registry) {
|
||||
|
Loading…
Reference in New Issue
Block a user