Skip to content

Commit 0897312

Browse files
committed
avoid describing relationship between std/alloc/core
1 parent f436c76 commit 0897312

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

text/0000-build-std/5-standard-library-dependencies.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -503,10 +503,9 @@ std = { builtin = true } # <-- this would be removed
503503
```
504504
505505
[`cargo tree`][cargo-tree] will show `std`, `alloc` and `core` at appropriate
506-
places in the tree of dependencies. `alloc` will always be shown as a dependency
507-
of `std`, and `core` a dependency of `alloc`. As opaque dependencies, none of
508-
the other dependencies of `std`, `alloc` or `core` will be shown. Neither `std`,
509-
`alloc` or `core` will have a version number.
506+
places in the tree of dependencies. As opaque dependencies, none of the other
507+
dependencies of `std`, `alloc` or `core` will be shown. Neither `std`, `alloc`
508+
or `core` will have a version number.
510509

511510
> [!NOTE]
512511
>

0 commit comments

Comments
 (0)