Skip to content

Commit c20b981

Browse files
committed
tidy imports
1 parent 0d3af2d commit c20b981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-core/src/language_server/code_action.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use std::{any::Any, collections::HashSet, iter, sync::Arc};
1+
use std::{collections::HashSet, iter, sync::Arc};
22

33
use crate::{
44
Error, STDLIB_PACKAGE_NAME, analyse,

0 commit comments

Comments
 (0)