Skip to content

Commit 33e0968

Browse files
committed
wip
1 parent 19db56d commit 33e0968

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ jobs:
3838

3939
- name: set up rust toolchain
4040
uses: actions-rust-lang/setup-rust-toolchain@v1
41+
with:
42+
rustflags: ''
4143

4244
- name: check formatting
4345
run: cargo fmt --check
4446

4547
- name: cargo check
4648
run: cargo check
4749

48-
- run: export
49-
5050
- name: cargo clippy
5151
run: cargo clippy
5252

0 commit comments

Comments
 (0)