Skip to content

Commit 32ff4be

Browse files
committed
Improve feature stability comment
1 parent b2b53f4 commit 32ff4be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ Additionally, these features configure Rand:
107107
- `simd_support` (experimental) enables sampling of SIMD values
108108
(uniformly random SIMD integers and floats), requiring nightly Rust
109109

110-
Note that the `simd_support` feature (and to a lesser extent the `nightly`
111-
feature) may be broken on some nightly Rust versions and cause `rand` to not
112-
compile.
110+
Note that nightly features are not stable and therefore not all library and
111+
compiler versions will be compatible. This is especially true of Rand's
112+
experimental `simd_support` feature.
113113

114114
Rand supports limited functionality in `no_std` mode (enabled via
115115
`default-features = false`). In this case, `OsRng` and `from_entropy` are

0 commit comments

Comments
 (0)