Use consistent rustflags formatting (#994)
This commit is contained in:
parent
6157436dcd
commit
ae172b1f91
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
runs-on: ${{matrix.os}}
|
||||
|
||||
env:
|
||||
RUSTFLAGS: --deny warnings --codegen=target-feature=+crt-static
|
||||
RUSTFLAGS: --deny warnings --codegen target-feature=+crt-static
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user