mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fix new clippy errors
The failing lint was added in Rust v1.95.0.
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ impl std::fmt::Display for VerboseError {
|
||||
Ok(())
|
||||
}
|
||||
Self::UndefinedGroupError(group) => {
|
||||
write!(f, "UndefinedGroupError: {group}",)
|
||||
write!(f, "UndefinedGroupError: {group}")
|
||||
}
|
||||
Self::PluginNotLoadedError(plugin) => write!(f, "PluginNotLoadedError: {plugin}"),
|
||||
Self::InvalidArgument(e) => {
|
||||
|
||||
Reference in New Issue
Block a user