This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
fphammerle
/
librespot
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Selaa lähdekoodia
Disable the "variable does not need to be mutable" compiler warning in generated code
Thomas Bächler
7 vuotta sitten
vanhempi
5141f434b5
commit
35ec580eac
2 muutettua tiedostoa
jossa
2 lisäystä
ja
0 poistoa
Jaettu näkymä
Näytä diff tilastot
1
0
core/src/lib.in.rs
1
0
src/lib.in.rs
+ 1
- 0
core/src/lib.in.rs
Näytä tiedosto
@@ -1 +1,2 @@
+#[allow(unused_mut)]
pub mod connection;
+ 1
- 0
src/lib.in.rs
Näytä tiedosto
@@ -1 +1,2 @@
+#[allow(unused_mut)]
pub mod spirc;