We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8996003 commit 4b870f6Copy full SHA for 4b870f6
text/3875-build-std-explicit-dependencies.md
@@ -527,9 +527,8 @@ documentation: https://doc.rust-lang.org/1.86.0/core/index.html
527
528
[`cargo metadata`][cargo-metadata] will emit `std`, `alloc` and `core`
529
dependencies to the metadata emitted by `cargo metadata` (when those crates are
530
-explicit dependencies). None of the standard library's dependencies will be
531
-included. `source` would be set to `builtin` and the remaining fields would be
532
-set like any other dependency.
+explicit dependencies). `source` would be set to `builtin` and the remaining
+fields would be set like any other dependency.
533
534
> [!NOTE]
535
>
0 commit comments