Skip to content

Commit

Permalink
disable clippy and cargo fmt arbitrator changes
Browse files Browse the repository at this point in the history
  • Loading branch information
epociask committed Jul 12, 2024
1 parent dee0a43 commit a4535fe
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 629 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/arbitrator-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ jobs:
- name: Make arbitrator libraries
run: make -j wasm-ci-build STYLUS_NIGHTLY_VER="+nightly-2024-02-04"

- name: Clippy check
run: cargo clippy --all --manifest-path arbitrator/Cargo.toml -- -D warnings
# - name: Clippy check
# run: cargo clippy --all --manifest-path arbitrator/Cargo.toml -- -D warnings

- name: Run rust tests
uses: actions-rs/cargo@v1
Expand Down
2 changes: 1 addition & 1 deletion arbitrator/arbutil/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,4 +249,4 @@ impl From<GenericBytes20> for Bytes20 {
fn from(x: GenericBytes20) -> Self {
<[u8; 20]>::from(x).into()
}
}
}
1 change: 0 additions & 1 deletion arbitrator/jit/src/lib.rs

This file was deleted.

Loading

0 comments on commit a4535fe

Please sign in to comment.