mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Disable the "variable does not need to be mutable" compiler warning in generated code
This commit is contained in:
parent
5141f434b5
commit
35ec580eac
2 changed files with 2 additions and 0 deletions
|
@ -1 +1,2 @@
|
|||
#[allow(unused_mut)]
|
||||
pub mod connection;
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
#[allow(unused_mut)]
|
||||
pub mod spirc;
|
||||
|
|
Loading…
Reference in a new issue