From f03bcb46b6e895da78fdffec91742535f2e6afb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Mon, 7 Jul 2025 19:41:28 +0000 Subject: [PATCH] move TODO to lib --- src/lib.rs | 1 + src/output.rs | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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!(