This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
lenn
/
dioxus-mirror
mirror of
https://github.com/DioxusLabs/dioxus.git
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
Make clippy ignore dumb lint
Jonathan Kelley
1 năm trước cách đây
mục cha
2d8841cf70
commit
3b3020edd2
1 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
2
0
packages/core-macro/tests/ifmt.rs
+ 2
- 0
packages/core-macro/tests/ifmt.rs
Xem Tập Tin
@@ -1,3 +1,5 @@
+#![allow(clippy::all)]
+
use std::borrow::Borrow;
use dioxus_core_macro::*;