move TODO to lib
This commit is contained in:
parent
3f5fa86f3a
commit
f03bcb46b6
2 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
// TODO fix with documentation
|
||||
#![allow(clippy::missing_errors_doc)]
|
||||
#![allow(clippy::missing_panics_doc)]
|
||||
|
||||
mod appstate;
|
||||
mod cachefile;
|
||||
|
|
|
|||
|
|
@ -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!(
|
||||
|
|
|
|||
Loading…
Reference in a new issue