We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc573c3 + 9e35059 commit 27f4a84Copy full SHA for 27f4a84
src/rust-2021/default-cargo-resolver.md
@@ -173,7 +173,7 @@ bstr v0.2.16
173
```
174
175
This snippet of output shows that the project `foo` depends on `bar` with the "default" feature.
176
-Then, `bar` depends on `bstr` as a build-dependency with the "default" feature
+Then, `bar` depends on `bstr` as a build-dependency with the "default" feature.
177
We can further see that `bstr`'s "default" feature enables "unicode" (among other features).
178
179
[`cargo tree`]: ../../cargo/commands/cargo-tree.html
0 commit comments