mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Fix broken link in rustc_plugin doc
This commit is contained in:
parent
3750348daf
commit
f77b602a78
@ -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/")]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user