diff --git a/src/lib.rs b/src/lib.rs index 2f6aa7d..1d67508 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,6 @@ // TODO fix with documentation #![allow(clippy::missing_errors_doc)] +#![allow(clippy::missing_panics_doc)] mod appstate; mod cachefile; diff --git a/src/output.rs b/src/output.rs index aee57ea..ddc9bf2 100644 --- a/src/output.rs +++ b/src/output.rs @@ -61,7 +61,6 @@ where } #[must_use] -#[allow(clippy::missing_panics_doc)] pub fn new_progressbar() -> ProgressBar { ProgressBar::no_length().with_style( ProgressStyle::with_template(&format!(