浏览代码

chore: smallbox unused on miri ci

Jonathan Kelley 2 年之前
父节点
当前提交
74af8f0f52
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/core/src/lazynodes.rs

+ 1 - 0
packages/core/src/lazynodes.rs

@@ -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
 //! 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 crate::{innerlude::VNode, ScopeState};