Fix broken link in rustc_plugin doc

This commit is contained in:
Andrew Xu 2019-04-20 15:45:47 +08:00
parent 3750348daf
commit f77b602a78

View File

@ -47,8 +47,9 @@
//! #![plugin(myplugin)]
//! ```
//!
//! See the [`plugin` feature](../unstable-book/language-features/plugin.html) of
//! the Unstable Book for more examples.
//! See the [`plugin`
//! feature](https://doc.rust-lang.org/nightly/unstable-book/language-features/plugin.html)
//! of the Unstable Book for more examples.
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]