Skip to content

Commit 1877564

Browse files
bors[bot]matklad
andauthored
Merge #6283
6283: Minor, rename feature r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
2 parents 3b4d0e2 + 4fbb602 commit 1877564

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)