We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd8151f commit 7f3068eCopy full SHA for 7f3068e
src/doc/book/conditional-compilation.md
@@ -42,7 +42,7 @@ they get set in the [`[features]` section][features] of your `Cargo.toml`:
42
default = []
43
44
# Add feature "foo" here, then you can use it.
45
-# Our "foo" feature depends on nothings else.
+# Our "foo" feature depends on nothing else.
46
foo = []
47
48
# The “secure-password” feature depends on the bcrypt package.
0 commit comments