Hide dead code warnings (emacs env)

This commit is contained in:
Vladan Popovic 2019-12-24 21:27:26 +01:00
parent d144372ea4
commit 25f30c89fb
1 changed files with 3 additions and 0 deletions

3
.dir-locals.el Normal file
View File

@ -0,0 +1,3 @@
(setenv "RUSTFLAGS"
(concat (getenv "RUSTFLAGS")
"-A dead_code"))