build: clippy will apply any fixes it can
This commit is contained in:
parent
ce33f4ab20
commit
8df5e13837
2 changed files with 1 additions and 3 deletions
2
justfile
2
justfile
|
@ -4,7 +4,7 @@ build:
|
|||
export RUSTFLAGS="-Cdebuginfo=2 -Cstrip=none --cfg=tarpaulin -Cinstrument-coverage -Clink-dead-code"
|
||||
cargo fmt
|
||||
cargo fmt --check
|
||||
cargo clippy
|
||||
cargo clippy --no-deps --fix --allow-dirty
|
||||
cargo machete
|
||||
# cargo build
|
||||
cargo tarpaulin --skip-clean --out Html
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
// use color_eyre::Result;
|
||||
// use kxio::net::Net;
|
||||
|
||||
use crate::trello::types::{board::TrelloBoard, TrelloBoardName};
|
||||
|
||||
// pub async fn get_board(
|
||||
// auth: &TrelloAuth,
|
||||
// board_id: &TrelloBoardId,
|
||||
|
|
Loading…
Reference in a new issue