mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-17 17:07:00 +05:30
fix: address Clippy lints
This commit is contained in:
parent
18fa5c4fe2
commit
366d433787
2 changed files with 26 additions and 48 deletions
|
@ -1,4 +1,5 @@
|
|||
#![feature(let_chains)]
|
||||
#![allow(clippy::missing_errors_doc, clippy::missing_panics_doc)]
|
||||
pub mod cli;
|
||||
pub mod git;
|
||||
pub mod logging;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue