diff options
| author | 2025-01-31 02:32:19 -0600 | |
|---|---|---|
| committer | 2025-01-31 02:32:19 -0600 | |
| commit | cdeee17c2be5b8b9a333b977b3e2d373b94dfe0a (patch) | |
| tree | 58ec48b5bfa9afe03ebbd9716f1f90841af914e9 /src/version/manifest.rs | |
| parent | Remove some unused imports but not all of them (diff) | |
do clippy stuff and change line endings
Diffstat (limited to 'src/version/manifest.rs')
| -rw-r--r-- | src/version/manifest.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version/manifest.rs b/src/version/manifest.rs index 18653f3..b2b8524 100644 --- a/src/version/manifest.rs +++ b/src/version/manifest.rs @@ -48,7 +48,7 @@ impl VersionType { struct VersionTypeVisitor; -impl<'de> Visitor<'de> for VersionTypeVisitor { +impl Visitor<'_> for VersionTypeVisitor { type Value = VersionType; fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { |
