diff options
| author | Malo Jaffré <jaffre.malo@gmail.com> | 2017-12-31 17:08:04 +0100 |
|---|---|---|
| committer | Malo Jaffré <jaffre.malo@gmail.com> | 2018-01-01 14:44:11 +0100 |
| commit | 7249539de93eae54a3873bdc35732ade408dc27b (patch) | |
| tree | c45dcf3917e49e156ee4fb993b29010e8203e7b6 /src/librustc_plugin | |
| parent | 8ed13d643a62cda3f94233bde933efbcba0be17f (diff) | |
| download | rust-7249539de93eae54a3873bdc35732ade408dc27b.tar.gz rust-7249539de93eae54a3873bdc35732ade408dc27b.zip | |
Fix broken links in internal docs
Diffstat (limited to 'src/librustc_plugin')
| -rw-r--r-- | src/librustc_plugin/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_plugin/lib.rs b/src/librustc_plugin/lib.rs index 3df56c4e728..c0f830f1fbe 100644 --- a/src/librustc_plugin/lib.rs +++ b/src/librustc_plugin/lib.rs @@ -57,7 +57,7 @@ //! #![plugin(myplugin)] //! ``` //! -//! See the [`plugin` feature](../../unstable-book/language-features/plugin.html) of +//! See the [`plugin` feature](../unstable-book/language-features/plugin.html) of //! the Unstable Book for more examples. #