Skip to content

Commit 4fbb602

Browse files
committed
Minor, rename feature
1 parent 3b4d0e2 commit 4fbb602

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)