瀏覽代碼

cargo fix

Evan Almloff 2 年之前
父節點
當前提交
cbaf36251f
共有 2 個文件被更改,包括 1 次插入2 次删除
  1. 0 1
      packages/core/src/scopes.rs
  2. 1 1
      packages/core/src/virtual_dom.rs

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

@@ -14,7 +14,6 @@ use fxhash::{FxHashMap, FxHashSet};
 use std::{
 use std::{
     any::{Any, TypeId},
     any::{Any, TypeId},
     cell::{Cell, RefCell},
     cell::{Cell, RefCell},
-    collections::{HashMap, HashSet},
     fmt::Arguments,
     fmt::Arguments,
     future::Future,
     future::Future,
     rc::Rc,
     rc::Rc,

+ 1 - 1
packages/core/src/virtual_dom.rs

@@ -20,7 +20,7 @@ use std::{
     any::Any,
     any::Any,
     borrow::BorrowMut,
     borrow::BorrowMut,
     cell::Cell,
     cell::Cell,
-    collections::{BTreeSet, HashMap},
+    collections::{BTreeSet},
     future::Future,
     future::Future,
     rc::Rc,
     rc::Rc,
 };
 };