mirror of
https://github.com/danbulant/lucide
synced 2026-07-08 12:40:40 +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 roxmltree::{Attribute, Children, Document, Node, NodeType};
|
||||||
|
|
||||||
use crate::framework::Framework;
|
use crate::framework::Framework;
|
||||||
|
|
||||||
#[allow(dead_code)]
|
|
||||||
pub struct Dioxus;
|
pub struct Dioxus;
|
||||||
|
|
||||||
impl Framework for Dioxus {
|
impl Framework for Dioxus {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue