Use consistent rustflags formatting (#994)

This commit is contained in:
Casey Rodarmor 2021-10-11 17:23:44 -07:00 committed by GitHub
parent 6157436dcd
commit ae172b1f91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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