From 4fbb602b2d3e83c0414a4f140b9a5737b62bfcc2 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 19 Oct 2020 15:53:48 +0200 Subject: Minor, rename feature --- crates/assists/src/handlers/auto_import.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/assists') diff --git a/crates/assists/src/handlers/auto_import.rs b/crates/assists/src/handlers/auto_import.rs index 4a7059c83..ccf575e84 100644 --- a/crates/assists/src/handlers/auto_import.rs +++ b/crates/assists/src/handlers/auto_import.rs @@ -6,7 +6,7 @@ use crate::{ 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, -- cgit v1.2.3