Skip to content

Commit 3f7432a

Browse files
committed
Change 'rustc::plugin' to 'rustc_plugin' in doc comment
1 parent 603d9cc commit 3f7432a

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)