mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
Minor, rename feature
This commit is contained in:
parent
3b4d0e2464
commit
4fbb602b2d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue