a lot of clippy::style fixes
This commit is contained in:
@@ -54,7 +54,7 @@ impl<'a> Project<'a> {
|
||||
}
|
||||
|
||||
pub(crate) fn server(self) -> Server {
|
||||
let tmp_dir = self.tmp_dir.unwrap_or_else(|| TestDir::new());
|
||||
let tmp_dir = self.tmp_dir.unwrap_or_else(TestDir::new);
|
||||
static INIT: Once = Once::new();
|
||||
INIT.call_once(|| {
|
||||
env_logger::builder().is_test(true).parse_env("RA_LOG").try_init().unwrap();
|
||||
|
||||
Reference in New Issue
Block a user