move TODO to lib

This commit is contained in:
Jörn-Michael Miehe 2025-07-07 19:41:28 +00:00
parent 3f5fa86f3a
commit f03bcb46b6
2 changed files with 1 additions and 1 deletions

View file

@ -1,5 +1,6 @@
// TODO fix with documentation
#![allow(clippy::missing_errors_doc)]
#![allow(clippy::missing_panics_doc)]
mod appstate;
mod cachefile;

View file

@ -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!(