Skip to content

Commit 5c97100

Browse files
author
Jonathan Turner
authored
Rollup merge of rust-lang#36169 - wdv4758h:librustc_plugin_docs, r=nikomatsakis
Change 'rustc::plugin' to 'rustc_plugin' in doc comment It looks like there is a missing one.
2 parents 240d86b + 3f7432a commit 5c97100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_plugin/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
//!
2828
//! extern crate rustc;
2929
//!
30-
//! use rustc::plugin::Registry;
30+
//! use rustc_plugin::Registry;
3131
//!
3232
//! #[plugin_registrar]
3333
//! pub fn plugin_registrar(reg: &mut Registry) {

0 commit comments

Comments
 (0)