1
Fork 0

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)] //! #![plugin(myplugin)]
//! ``` //! ```
//! //!
//! See the [`plugin` feature](../unstable-book/language-features/plugin.html) of //! See the [`plugin`
//! the Unstable Book for more examples. //! 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/")] #![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]