We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b58c3 commit df43a23Copy full SHA for df43a23
crates/cargo-test-support/src/compare.rs
@@ -188,7 +188,7 @@ fn add_regex_redactions(subs: &mut snapbox::Redactions) {
188
.unwrap();
189
subs.insert(
190
"[HASH]",
191
- regex!(r"home/\.cargo/registry/src/-(?<redacted>[a-z0-9]+)"),
+ regex!(r"home/\.cargo/registry/(cache|index|src)/-(?<redacted>[a-z0-9]+)"),
192
)
193
194
0 commit comments