mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fix clippy
This commit is contained in:
parent
f0194e6d9b
commit
f21d76000f
@ -232,7 +232,7 @@ impl PluginMgr {
|
|||||||
if let Err(e) = common::assets::register_tar(path.clone()) {
|
if let Err(e) = common::assets::register_tar(path.clone()) {
|
||||||
error!("Plugin {:?} tar error {e:?}", path.as_path());
|
error!("Plugin {:?} tar error {e:?}", path.as_path());
|
||||||
}
|
}
|
||||||
let hash = plugin.hash.clone();
|
let hash = plugin.hash;
|
||||||
self.plugins.push(plugin);
|
self.plugins.push(plugin);
|
||||||
hash
|
hash
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user