mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
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:
@@ -27,7 +27,7 @@
|
||||
//!
|
||||
//! extern crate rustc;
|
||||
//!
|
||||
//! use rustc::plugin::Registry;
|
||||
//! use rustc_plugin::Registry;
|
||||
//!
|
||||
//! #[plugin_registrar]
|
||||
//! pub fn plugin_registrar(reg: &mut Registry) {
|
||||
|
||||
Reference in New Issue
Block a user