diff options
| author | Arne Dußin | 2021-01-08 23:48:10 +0100 |
|---|---|---|
| committer | Arne Dußin | 2021-01-08 23:48:10 +0100 |
| commit | ad1e79a517ce64eda7b06bb1567d3df070813dca (patch) | |
| tree | 7f913871de96335f1b609a6a574f4e240c44d689 /src/cli/mod.rs | |
| parent | b8a9c3464a7ec4c60073fb4441129fa97b36442a (diff) | |
| download | graf_karto-ad1e79a517ce64eda7b06bb1567d3df070813dca.tar.gz graf_karto-ad1e79a517ce64eda7b06bb1567d3df070813dca.zip | |
Fix warnings
Diffstat (limited to 'src/cli/mod.rs')
| -rw-r--r-- | src/cli/mod.rs | 1 |
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(), |
