Skip to content

Commit caf7126

Browse files
authored
Some writing improvement, conciseness of intro
1 parent cb6fafb commit caf7126

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/doc/rustdoc/src/unstable-features.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# Unstable features
22

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

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

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

0 commit comments

Comments
 (0)