Skip to content

Commit 32a0153

Browse files
matkladbnjjj
authored andcommitted
Minor, rename feature
1 parent a8df3c1 commit 32a0153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/assists/src/handlers/auto_import.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use crate::{
66
AssistContext, AssistId, AssistKind, Assists, GroupLabel,
77
};
88

9-
// Feature: Import Insertion
9+
// Feature: Auto Import
1010
//
1111
// Using the `auto-import` assist it is possible to insert missing imports for unresolved items.
1212
// When inserting an import it will do so in a structured manner by keeping imports grouped,

0 commit comments

Comments
 (0)