fix(clippy): clippy 1.83 lints (#12150)

This commit is contained in:
RoloEdits 2024-12-02 06:23:32 -08:00 committed by GitHub
parent e1d1a5c5a1
commit 5ba97ba41e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 37 additions and 45 deletions

View file

@ -137,7 +137,7 @@ impl Serialize for Version {
struct VersionVisitor;
impl<'v> Visitor<'v> for VersionVisitor {
impl Visitor<'_> for VersionVisitor {
type Value = Version;
fn expecting(&self, formatter: &mut std::fmt::Formatter) -> std::fmt::Result {