mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-27 06:30:20 +00:00
chore: smallbox unused on miri ci
This commit is contained in:
parent
8df6be9508
commit
74af8f0f52
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
||||||
//! The logic for this was borrowed from <https://docs.rs/stack_dst/0.6.1/stack_dst/>. Unfortunately, this crate does not
|
//! The logic for this was borrowed from <https://docs.rs/stack_dst/0.6.1/stack_dst/>. Unfortunately, this crate does not
|
||||||
//! support non-static closures, so we've implemented the core logic of `ValueA` in this module.
|
//! support non-static closures, so we've implemented the core logic of `ValueA` in this module.
|
||||||
|
|
||||||
|
#[allow(unused_imports)]
|
||||||
use smallbox::{smallbox, space::S16, SmallBox};
|
use smallbox::{smallbox, space::S16, SmallBox};
|
||||||
|
|
||||||
use crate::{innerlude::VNode, ScopeState};
|
use crate::{innerlude::VNode, ScopeState};
|
||||||
|
|
Loading…
Reference in a new issue