clippy
This commit is contained in:
parent
606620ae6a
commit
c195efd1b4
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ fn main() -> Result<(), Error> {
|
|||
public_address: conf.public_address,
|
||||
default_route: conf.default_route,
|
||||
routes: conf.routes,
|
||||
renderer: renderer,
|
||||
renderer,
|
||||
}));
|
||||
let state_ref = state.clone();
|
||||
|
||||
|
|
Loading…
Reference in a new issue