Disable the "variable does not need to be mutable" compiler warning in generated code

This commit is contained in:
Thomas Bächler 2017-12-17 14:29:58 +01:00
parent 5141f434b5
commit 35ec580eac
2 changed files with 2 additions and 0 deletions

View file

@ -1 +1,2 @@
#[allow(unused_mut)]
pub mod connection;

View file

@ -1 +1,2 @@
#[allow(unused_mut)]
pub mod spirc;