mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Fix feature name casing
This commit is contained in:
parent
e44691a604
commit
881ef8bf13
@ -4,7 +4,7 @@ use std::time::{Duration, Instant};
|
|||||||
use stdx::format_to;
|
use stdx::format_to;
|
||||||
use syntax::{algo::ancestors_at_offset, ast, AstNode, TextRange};
|
use syntax::{algo::ancestors_at_offset, ast, AstNode, TextRange};
|
||||||
|
|
||||||
// Feature: Interpret a function, static or const.
|
// Feature: Interpret A Function, Static Or Const.
|
||||||
//
|
//
|
||||||
// |===
|
// |===
|
||||||
// | Editor | Action Name
|
// | Editor | Action Name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user