Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide/src/matching_brace.rs')
-rw-r--r--crates/ide/src/matching_brace.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/ide/src/matching_brace.rs b/crates/ide/src/matching_brace.rs
index f21f3fe677..475176c547 100644
--- a/crates/ide/src/matching_brace.rs
+++ b/crates/ide/src/matching_brace.rs
@@ -1,5 +1,3 @@
-use std::collections::VecDeque;
-
use syntax::{
SourceFile, SyntaxKind, T, TextSize,
ast::{self, AstNode},