build: clippy will apply any fixes it can
Some checks failed
Test / build (map[name:nightly]) (push) Successful in 1m39s
Test / build (map[name:stable]) (push) Successful in 2m19s
Release Please / Release-plz (push) Failing after 17s

This commit is contained in:
Paul Campbell 2024-12-13 08:44:26 +00:00
parent ce33f4ab20
commit 8df5e13837
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -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,