Hide dead code warnings (emacs env)
This commit is contained in:
parent
d144372ea4
commit
25f30c89fb
1 changed files with 3 additions and 0 deletions
3
.dir-locals.el
Normal file
3
.dir-locals.el
Normal file
|
@ -0,0 +1,3 @@
|
|||
(setenv "RUSTFLAGS"
|
||||
(concat (getenv "RUSTFLAGS")
|
||||
"-A dead_code"))
|
Loading…
Add table
Reference in a new issue