1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-04 02:09:26 +02:00

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;