Skip to content

Commit

Permalink
fix: unused deps + typos (#242)
Browse files Browse the repository at this point in the history
* wip: fix unused deps, ignore ext/

* wip: fix typos, add ignore regex to config

* fix: remove unused import, cfg(test) annotate inline migration test mod

* chore: consolidate typo configuration

* fix: missing dependencies, CI not checking all targets

* wip: fix ansi tracing-subscriber error

* fix mempool_service.rs

---------

Co-authored-by: Anton Suprunchuk <[email protected]>
  • Loading branch information
JesseTheRobot and antouhou authored Feb 25, 2025
1 parent 180a5e8 commit 5d699b9
Show file tree
Hide file tree
Showing 41 changed files with 133 additions and 1,965 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: git submodule update --init --recursive

- name: cargo check
run: RUSTFLAGS="-D warnings" cargo xtask check -- --all-features
run: RUSTFLAGS="-D warnings" cargo xtask full-check

cargo-fmt:
name: cargo fmt
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
.tmp
.irys
/.VSCodeCounter
.vscode/settings.json
.vscode/settings.json
ext/
Loading

0 comments on commit 5d699b9

Please sign in to comment.