This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
fphammerle
/
librespot
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Disable the "variable does not need to be mutable" compiler warning in generated code
Thomas Bächler
hace 7 años
padre
5141f434b5
commit
35ec580eac
Se han
modificado 2 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
core/src/lib.in.rs
1
0
src/lib.in.rs
+ 1
- 0
core/src/lib.in.rs
Ver fichero
@@ -1 +1,2 @@
+#[allow(unused_mut)]
pub mod connection;
+ 1
- 0
src/lib.in.rs
Ver fichero
@@ -1 +1,2 @@
+#[allow(unused_mut)]
pub mod spirc;