Skip to content

Commit 0a4b548

Browse files
joshtriplettest31
andauthored
Update posts/2023-04-20-Rust-1.69.0.md
Co-authored-by: est31 <est31@users.noreply.github.com>
1 parent 6647d0e commit 0a4b548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2023-04-20-Rust-1.69.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Starting from Rust 1.69.0, Cargo will suggest running `cargo fix` or `cargo clip
3131

3232
To improve compilation speed, Cargo now avoids emitting debug information in build scripts by default. There will be no visible effect when build scripts execute successfully, but backtraces in build scripts will contain less information.
3333

34-
If you need to debug a buggy build script, you can add this snippet to your `Cargo.toml` to emit debug information again:
34+
If you want to debug a build script, you can add this snippet to your `Cargo.toml` to emit debug information again:
3535

3636
```toml
3737
[profile.dev.build-override]

0 commit comments

Comments
 (0)