Skip to content

Commit

Permalink
Rollup merge of rust-lang#58317 - hayekr:patch-1, r=frewsxcv
Browse files Browse the repository at this point in the history
Some writing improvement, conciseness of intro

Made unstable-features doc more concise in the introduction paragraph
  • Loading branch information
GuillaumeGomez authored Feb 10, 2019
2 parents d5a8b24 + caf7126 commit f4e7bc5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/doc/rustdoc/src/unstable-features.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Unstable features

Rustdoc is under active development, and like the Rust compiler, some features are only available
on the nightly releases. Some of these are new and need some more testing before they're able to get
released to the world at large, and some of them are tied to features in the Rust compiler that are
themselves unstable. Several features here require a matching `#![feature(...)]` attribute to
on nightly releases. Some of these features are new and need some more testing before they're able to be
released to the world at large, and some of them are tied to features in the Rust compiler that are unstable. Several features here require a matching `#![feature(...)]` attribute to
enable, and thus are more fully documented in the [Unstable Book]. Those sections will link over
there as necessary.

Expand Down Expand Up @@ -428,4 +427,4 @@ $ rustdoc src/lib.rs --test -Z unstable-options --persist-doctests target/rustdo

This flag allows you to keep doctest executables around after they're compiled or run.
Usually, rustdoc will immediately discard a compiled doctest after it's been tested, but
with this option, you can keep those binaries around for farther testing.
with this option, you can keep those binaries around for farther testing.

0 comments on commit f4e7bc5

Please sign in to comment.