Skip to content

Commit 857fb7e

Browse files
committed
Add comments to the relevant Cargo.toml features.
1 parent db8520a commit 857fb7e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,12 @@ targets = [
9191

9292
[features]
9393
default = ["std"]
94+
95+
# This enables use of std. Disabling this enables no_std, and
96+
# requires nightly Rust.
9497
std = ["io-lifetimes"]
98+
99+
# This is used in the port of std to rustix.
95100
rustc-dep-of-std = [
96101
"core",
97102
"alloc",

0 commit comments

Comments
 (0)