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 19db56d commit 33e0968Copy full SHA for 33e0968
1 file changed
.github/workflows/rust.yml
@@ -38,15 +38,15 @@ jobs:
38
39
- name: set up rust toolchain
40
uses: actions-rust-lang/setup-rust-toolchain@v1
41
+ with:
42
+ rustflags: ''
43
44
- name: check formatting
45
run: cargo fmt --check
46
47
- name: cargo check
48
run: cargo check
49
- - run: export
-
50
- name: cargo clippy
51
run: cargo clippy
52
0 commit comments