Skip to content

Commit a83a9b2

Browse files
committed
fix: Typo
1 parent ebb0c35 commit a83a9b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/inside-rust/2024-12-13-this-development-cycle-in-cargo-1.84.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ However, we missed removing an assertion and epage removed it in [#14759](https:
172172
[#14781](https://github.com/rust-lang/cargo/pull/14781) and
173173
[#14785](https://github.com/rust-lang/cargo/pull/14785) saw us migrate the last of our "unordered lines" assertion tests.
174174
[#14785](https://github.com/rust-lang/cargo/pull/14785) took some investigation to figure out the best way to migrate.
175-
Cargo's custom assertions redacted fewwer values and allowed a test author to ignore a value redaction by using the raw value in the expected result.
175+
Cargo's custom assertions redacted fewer values and allowed a test author to ignore a value redaction by using the raw value in the expected result.
176176
`snapbox` applies redactions earlier in the process, requiring them to always be used.
177177
This made it so Cargo would lose test coverage in switching to snapbox as we wouldn't be verifying as much of `cargo`s output.
178178
However, in consulting with the test author, coverage of those redacted values was not intended by them, bypassing this problem for now.

0 commit comments

Comments
 (0)