diff options
| author | 2025-01-16 02:30:15 -0600 | |
|---|---|---|
| committer | 2025-01-16 02:30:15 -0600 | |
| commit | 38ab8b70c132150cd974a33d11bdf8048b99fb23 (patch) | |
| tree | 62f9141c9db23dcb9eb79901a48fe17ed291be87 /src/version | |
| parent | assets done (diff) | |
download client jar
Diffstat (limited to 'src/version')
| -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 598cc91..c8c49b8 100644 --- a/src/version/manifest.rs +++ b/src/version/manifest.rs @@ -24,7 +24,7 @@ struct VersionTypeVisitor; impl<'de> Visitor<'de> for VersionTypeVisitor { type Value = VersionType; - fn expecting(&self, formatter: &mut std::fmt::Formatter) -> fmt::Result { + fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result { formatter.write_str("a Minecraft release type") } |
