mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +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;
|
pub mod connection;
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
|
#[allow(unused_mut)]
|
||||||
pub mod spirc;
|
pub mod spirc;
|
||||||
|
|
Loading…
Reference in a new issue