Make clippy ignore dumb lint

This commit is contained in:
Jonathan Kelley 2023-07-14 13:13:33 -07:00
parent 2d8841cf70
commit 3b3020edd2
No known key found for this signature in database
GPG key ID: 1FBB50F7EB0A08BE

View file

@ -1,3 +1,5 @@
#![allow(clippy::all)]
use std::borrow::Borrow;
use dioxus_core_macro::*;