Skip to content

Commit 003b1b4

Browse files
committed
Tweak suggested wording
1 parent be0de2a commit 003b1b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2022-02-24-Rust-1.59.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ strip = "debuginfo"
162162
This causes debuginfo to be stripped from release binaries. You can also supply
163163
`"symbols"` or just `true` to strip all symbol information where supported.
164164

165-
The standard library ships with debug symbols by default, so Rust binaries built without debug symbols enabled still by default include the debug symbols of the standard library. The `strip` allows you to remove those symbols, producing smaller Rust binaries.
165+
The standard library typically ships with debug symbols, so Rust binaries built without debug symbols enabled still include the debug symbols of the standard library by default. Using `strip` allows you to remove those symbols, producing smaller Rust binaries.
166166

167167
### Stabilized APIs
168168

0 commit comments

Comments
 (0)