This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
fphammerle
/
librespot
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Parcourir la source
Disable the "variable does not need to be mutable" compiler warning in generated code
Thomas Bächler
il y a 7 ans
Parent
5141f434b5
commit
35ec580eac
2 fichiers modifiés
avec
2 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
1
0
core/src/lib.in.rs
1
0
src/lib.in.rs
+ 1
- 0
core/src/lib.in.rs
Voir le fichier
@@ -1 +1,2 @@
+#[allow(unused_mut)]
pub mod connection;
+ 1
- 0
src/lib.in.rs
Voir le fichier
@@ -1 +1,2 @@
+#[allow(unused_mut)]
pub mod spirc;