This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
fphammerle
/
librespot
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu kéo về
0
Wiki
Browse Source
Disable the "variable does not need to be mutable" compiler warning in generated code
Thomas Bächler
7 năm trước cách đây
mục cha
5141f434b5
commit
35ec580eac
2 tập tin đã thay đổi
với
2 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
1
0
core/src/lib.in.rs
1
0
src/lib.in.rs
+ 1
- 0
core/src/lib.in.rs
Xem Tập Tin
@@ -1 +1,2 @@
+#[allow(unused_mut)]
pub mod connection;
+ 1
- 0
src/lib.in.rs
Xem Tập Tin
@@ -1 +1,2 @@
+#[allow(unused_mut)]
pub mod spirc;