diff options
| author | XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com> | 2020-01-21 19:12:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-21 19:12:39 +0100 |
| commit | 5918e9f02595a4b9ffacc4ecf5a0d470528a3824 (patch) | |
| tree | 4f2c92a108d4257d2cb66155319c4cf5f7f0a6d5 | |
| parent | c75a1f0e4dfd6e4a3929bc6496018734b5ef60c9 (diff) | |
| download | rust-5918e9f02595a4b9ffacc4ecf5a0d470528a3824.tar.gz rust-5918e9f02595a4b9ffacc4ecf5a0d470528a3824.zip | |
Update RELEASES.md
| -rw-r--r-- | RELEASES.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/RELEASES.md b/RELEASES.md index 0a5896a6665..02edb0cf83c 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -75,8 +75,7 @@ Misc should be compiled the 2018 edition of Rust. - [You can now provide custom themes to rustdoc with `--theme`, and check the current theme with `--check-theme`.][54733] -- [You can use `#[doc(cfg(item))]` to document that a item is only available with - certain features.][61351] +- [You can use `#[cfg(doc)]` to compile an item when building documentation.][61351] Compatibility Notes ------------------- |
