mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-15 21:41:43 +00:00
clippy
This commit is contained in:
parent
b48cb982d6
commit
9f2366474a
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ fn load_plugins() -> LemmyResult<Plugin> {
|
|||
}
|
||||
}
|
||||
let manifest = Manifest::new(wasm_files);
|
||||
let plugin = Plugin::new(&manifest, [], true)?;
|
||||
let plugin = Plugin::new(manifest, [], true)?;
|
||||
Ok(plugin)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue