Fix lint issues and add comments
Lint issues: - spelling problems - iter instead of into_iter
This commit is contained in:
parent
db4b4d990d
commit
1171380877
6 changed files with 21 additions and 7 deletions
|
@ -16,7 +16,7 @@
|
|||
//! ```
|
||||
|
||||
#![forbid(unsafe_code)]
|
||||
#![warn(missing_docs)]
|
||||
#![warn(missing_docs, clippy::panic)]
|
||||
|
||||
pub mod commands;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue