mirror of
https://github.com/extrawurst/gitui.git
synced 2024-12-28 19:44:14 +03:00
more on clippy
This commit is contained in:
parent
2c5f1f2142
commit
33e9013b72
4
Makefile
4
Makefile
@ -5,6 +5,10 @@ debug:
|
||||
test:
|
||||
cargo test --workspace -- --test-threads=1
|
||||
|
||||
clippy:
|
||||
cargo clean
|
||||
cargo clippy --all-targets --all-features -- -D warnings
|
||||
|
||||
install:
|
||||
cargo install --path "."
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#![deny(clippy::all)]
|
||||
|
||||
mod app;
|
||||
mod components;
|
||||
mod keys;
|
||||
|
Loading…
Reference in New Issue
Block a user