From 7df6a25bfb2d191998b33c6f3adffd8e377ef30b Mon Sep 17 00:00:00 2001 From: Todd Nowacki Date: Tue, 5 Nov 2024 13:27:12 -0800 Subject: [PATCH] clippy --- .../move/crates/move-compiler/src/diagnostics/warning_filters.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/external-crates/move/crates/move-compiler/src/diagnostics/warning_filters.rs b/external-crates/move/crates/move-compiler/src/diagnostics/warning_filters.rs index 0e5227f95c372..2e9f849fd6619 100644 --- a/external-crates/move/crates/move-compiler/src/diagnostics/warning_filters.rs +++ b/external-crates/move/crates/move-compiler/src/diagnostics/warning_filters.rs @@ -9,7 +9,6 @@ use move_symbol_pool::Symbol; use std::{ collections::{BTreeMap, BTreeSet, HashSet}, hash::Hash, - pin::Pin, sync::Arc, };