Silence clippy warnings and format source code

This commit is contained in:
Bert Belder 2019-04-09 07:15:49 +02:00
parent fe2f3ba889
commit 4ffe1612ff
6 changed files with 55 additions and 49 deletions

View file

@ -143,7 +143,7 @@ fn lazy_start(parent_state: ThreadSafeState) -> ResourceId {
}).map_err(|_| ())
}));
rid
}).clone()
}).to_owned()
}
fn req(specifier: &str, referrer: &str, cmd_id: u32) -> Buf {