Skip to content

Commit

Permalink
Revert previous commit and remove clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
garyghayrat committed Jun 19, 2024
1 parent 4d82727 commit 959f62f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,24 +41,18 @@ jobs:
profile: minimal
toolchain: nightly
override: true
components: clippy, rustfmt
components: rustfmt

- name: cargo fmt
uses: actions-rs/cargo@v1
with:
command: fmt
args: --all --check

- name: cargo clippy
uses: actions-rs/clippy-check@v1
with:
args: --all --all-features -- -D warnings
token: ${{ secrets.GITHUB_TOKEN }}

- name: cargo doc
uses: actions-rs/cargo@v1
env:
RUSTDOCFLAGS: '-D missing_docs -D rustdoc::missing_doc_code_examples'
RUSTDOCFLAGS: "-D missing_docs -D rustdoc::missing_doc_code_examples"
with:
command: doc
args: --workspace --all-features --no-deps --document-private-items
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,4 @@
regex = "1.6.0"
solang-parser = "0.3.2"
taplo = "0.12.1"
walkdir = "2.3.2"

[dependencies.ahash]
version = "0.7.6"
default-features = false
walkdir = "2.3.2"

0 comments on commit 959f62f

Please sign in to comment.