aboutsummaryrefslogtreecommitdiff
path: root/src/cli/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/mod.rs')
-rw-r--r--src/cli/mod.rs1
1 files changed, 1 insertions, 0 deletions
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(),