mirror of
https://github.com/danbulant/lucide
synced 2026-06-22 00:01:51 +00:00
Remove #[allow(dead_code)]
This commit is contained in:
parent
d622319acb
commit
a0518d27f6
1 changed files with 0 additions and 2 deletions
|
|
@ -6,8 +6,6 @@ use quote::{quote, ToTokens};
|
|||
use roxmltree::{Attribute, Children, Document, Node, NodeType};
|
||||
|
||||
use crate::framework::Framework;
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub struct Dioxus;
|
||||
|
||||
impl Framework for Dioxus {
|
||||
|
|
|
|||
Loading…
Reference in a new issue