This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
fphammerle
/
librespot
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
Disable the "variable does not need to be mutable" compiler warning in generated code
Thomas Bächler
%!s(int64=7) %!d(string=hai) anos
pai
5141f434b5
achega
35ec580eac
Modificáronse 2 ficheiros
con
2 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
1
0
core/src/lib.in.rs
1
0
src/lib.in.rs
+ 1
- 0
core/src/lib.in.rs
Ver ficheiro
@@ -1 +1,2 @@
+#[allow(unused_mut)]
pub mod connection;
+ 1
- 0
src/lib.in.rs
Ver ficheiro
@@ -1 +1,2 @@
+#[allow(unused_mut)]
pub mod spirc;