mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
insert space after ->
This commit is contained in:
parent
ea948e9fbb
commit
53e3bee0cf
3 changed files with 235 additions and 228 deletions
|
@ -132,6 +132,7 @@ pub fn handle_on_enter(
|
|||
}
|
||||
}
|
||||
|
||||
// Don't forget to add new trigger characters to `ServerCapabilities` in `caps.rs`.
|
||||
pub fn handle_on_type_formatting(
|
||||
world: WorldSnapshot,
|
||||
params: req::DocumentOnTypeFormattingParams,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue