This website works better with JavaScript
Home
Explore
Help
Sign In
fphammerle
/
librespot
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Disable the "variable does not need to be mutable" compiler warning in generated code
Thomas Bächler
7 years ago
parent
5141f434b5
commit
35ec580eac
2 changed files
with
2 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
core/src/lib.in.rs
1
0
src/lib.in.rs
+ 1
- 0
core/src/lib.in.rs
View File
@@ -1 +1,2 @@
+#[allow(unused_mut)]
pub mod connection;
pub mod connection;
+ 1
- 0
src/lib.in.rs
View File
@@ -1 +1,2 @@
+#[allow(unused_mut)]
pub mod spirc;
pub mod spirc;