fix: docstring lint
This commit is contained in:
@@ -16,10 +16,12 @@
|
|||||||
clippy::unwrap_used,
|
clippy::unwrap_used,
|
||||||
clippy::use_debug,
|
clippy::use_debug,
|
||||||
clippy::use_self,
|
clippy::use_self,
|
||||||
clippy::wildcard_dependencies
|
clippy::wildcard_dependencies,
|
||||||
|
missing_docs
|
||||||
)]
|
)]
|
||||||
|
|
||||||
pub(crate) mod backend;
|
pub(crate) mod backend;
|
||||||
|
#[allow(missing_docs)]
|
||||||
pub mod cli;
|
pub mod cli;
|
||||||
|
|
||||||
mod cmd;
|
mod cmd;
|
||||||
|
|||||||
@@ -10,7 +10,8 @@
|
|||||||
clippy::unwrap_used,
|
clippy::unwrap_used,
|
||||||
clippy::use_debug,
|
clippy::use_debug,
|
||||||
clippy::use_self,
|
clippy::use_self,
|
||||||
clippy::wildcard_dependencies
|
clippy::wildcard_dependencies,
|
||||||
|
missing_docs
|
||||||
)]
|
)]
|
||||||
|
|
||||||
use std::path::Path;
|
use std::path::Path;
|
||||||
|
|||||||
Reference in New Issue
Block a user