This website works better with JavaScript
Home
Explore
Help
Sign In
lenn
/
dioxus-mirror
mirror of
https://github.com/DioxusLabs/dioxus.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Make clippy ignore dumb lint
Jonathan Kelley
1 year ago
parent
2d8841cf70
commit
3b3020edd2
1 changed files
with
2 additions
and
0 deletions
Unified View
Show Diff Stats
2
0
packages/core-macro/tests/ifmt.rs
+ 2
- 0
packages/core-macro/tests/ifmt.rs
View File
@@ -1,3 +1,5 @@
+#![allow(clippy::all)]
+
use std::borrow::Borrow;
use std::borrow::Borrow;
use dioxus_core_macro::*;
use dioxus_core_macro::*;