Minor, rename feature

This commit is contained in:
Aleksey Kladov 2020-10-19 15:53:48 +02:00
parent 3b4d0e2464
commit 4fbb602b2d

View File

@ -6,7 +6,7 @@
AssistContext, AssistId, AssistKind, Assists, GroupLabel,
};
// Feature: Import Insertion
// Feature: Auto Import
//
// Using the `auto-import` assist it is possible to insert missing imports for unresolved items.
// When inserting an import it will do so in a structured manner by keeping imports grouped,