rust-analyzer/crates/syntax
Sebastian Ziebell 95f59668e6 Fix removal of generic param from list
This removes an existing generic param from the `GenericParamList`. It
also considers to remove the extra colon & whitespace to the previous
sibling.

* change order to get all param types first and mark them as mutable
  before the first edit happens
* add helper function to remove a generic parameter
* fix test output
2023-05-26 13:13:15 +02:00
..
fuzz fix(fuzz): Fixes broken Cargo.toml for fuzz tests 2023-01-24 10:54:10 -08:00
src Fix removal of generic param from list 2023-05-26 13:13:15 +02:00
test_data Spelling 2023-04-19 09:45:55 -04:00
Cargo.toml internal: Bump rustc_lexer 2023-05-18 10:17:40 +02:00
rust.ungram Parse associated return type bounds 2023-05-06 20:31:11 +09:00