You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/doc/rustdoc/src/unstable-features.md
+3-4
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,8 @@
1
1
# Unstable features
2
2
3
3
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
7
6
enable, and thus are more fully documented in the [Unstable Book]. Those sections will link over
0 commit comments