mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-09 14:25:24 +00:00
Merge #6283
6283: Minor, rename feature r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
commit
18775643f6
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user