Skip to content

Commit 0122b86

Browse files
committed
s/the standard library/the std crate/
1 parent 283c9dd commit 0122b86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/3873-build-std-context.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -953,8 +953,8 @@ rebuild the standard library.
953953
- There is no stable mechanism for using the standard library on a tier
954954
three target that does not ship a pre-built std
955955

956-
- While it is common for these targets to not support the standard library,
957-
they should be able to use `core`
956+
- While it is common for these targets to not support the `std` crate, they
957+
should be able to use `core`
958958

959959
- These users are forced to use nightly and the unstable `-Zbuild-std`
960960
feature or third-party tools like [cargo-xbuild] (formerly [xargo])

0 commit comments

Comments
 (0)