mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Readd quotes to -D warnings
This commit is contained in:
parent
ab36ef7733
commit
3fb02c85d1
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ build: &rust_build
|
||||||
- cargo gen-syntax --verify
|
- cargo gen-syntax --verify
|
||||||
- cargo test
|
- cargo test
|
||||||
env:
|
env:
|
||||||
RUSTFLAGS: -D warnings
|
RUSTFLAGS: "-D warnings"
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
|
Loading…
Reference in a new issue