Skip to content

Commit b9e525a

Browse files
committed
Lint fixes
1 parent 26c8a0d commit b9e525a

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

Cargo.lock

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/uv-pep508/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ version-ranges = { workspace = true }
4242

4343
[dev-dependencies]
4444
insta = { version = "1.40.0" }
45-
log = { version = "0.4.22" }
4645
serde_json = { version = "1.0.128" }
4746
tracing-test = { version = "0.2.5" }
4847

crates/uv-pep508/src/marker/tree.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1995,7 +1995,7 @@ mod test {
19951995
if lines == expected {
19961996
Ok(())
19971997
} else {
1998-
Err(format!("{:?}", lines))
1998+
Err(format!("{lines:?}"))
19991999
}
20002000
});
20012001
}

0 commit comments

Comments
 (0)