From ad1e79a517ce64eda7b06bb1567d3df070813dca Mon Sep 17 00:00:00 2001 From: Arne Dußin Date: Fri, 8 Jan 2021 23:48:10 +0100 Subject: Fix warnings --- src/cli/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cli/mod.rs') diff --git a/src/cli/mod.rs b/src/cli/mod.rs index eda274f..a654e19 100644 --- a/src/cli/mod.rs +++ b/src/cli/mod.rs @@ -26,6 +26,7 @@ pub struct CLI { impl CLI { /// Create a CLI for this instance + #[allow(clippy::new_without_default)] pub fn new() -> Self { Self { text: String::new(), -- cgit v1.2.3-70-g09d2