We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7951345 commit 6ea7025Copy full SHA for 6ea7025
.github/workflows/rust.yml
@@ -23,13 +23,13 @@ jobs:
23
# Ensure clippy is installed
24
- uses: actions-rust-lang/setup-rust-toolchain@v1
25
with:
26
+ target: 1.83.0
27
components: clippy
28
- name: Clippy Check
29
uses: clechasseur/rs-clippy-check@v4
30
31
# We do not run clippy on plugins.
- working-directory: ./rust
32
- args: --all-features
+ args: -p binaryninja --all-features
33
34
# Check formatting with rustfmt
35
formatting:
@@ -40,6 +40,7 @@ jobs:
40
# Ensure rustfmt is installed
41
42
43
44
components: rustfmt
45
- name: Rustfmt Check
46
uses: actions-rust-lang/rustfmt@v1
0 commit comments