mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
Make clippy ignore dumb lint
This commit is contained in:
parent
2d8841cf70
commit
3b3020edd2
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#![allow(clippy::all)]
|
||||
|
||||
use std::borrow::Borrow;
|
||||
|
||||
use dioxus_core_macro::*;
|
||||
|
|
Loading…
Reference in a new issue