From 1c8b7316503d3ab710d3d3ec241b85e76b9a42be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Fri, 1 Jan 2021 22:32:12 +0100 Subject: clippy pass --- mumlib/src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mumlib/src/config.rs') diff --git a/mumlib/src/config.rs b/mumlib/src/config.rs index 3a2fa27..5987ab9 100644 --- a/mumlib/src/config.rs +++ b/mumlib/src/config.rs @@ -138,7 +138,7 @@ impl TryFrom for Config { .collect() }) .transpose()? - .unwrap_or(Vec::new()), + .unwrap_or_default(), }) } } -- cgit v1.2.1