fix(warnings): shut it clippy

This commit is contained in:
Nova
2022-06-20 07:11:08 -04:00
parent cceda8f72d
commit 9c6e4e49ba
2 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
use crate::nodes::core::Node;
use anyhow::{anyhow, ensure, Result};
use parking_lot::RwLock;
use std::sync::Weak;