refactor(registry): remove unneeded use

This commit is contained in:
Nova
2022-06-27 09:56:03 -04:00
parent e0db378181
commit 3e1a029cdd

View File

@@ -1,4 +1,3 @@
use anyhow::{anyhow, Result};
use parking_lot::Mutex;
use slab::Slab;
use std::sync::{Arc, Weak};