⬆️ rust-analyzer

This commit is contained in:
Laurențiu Nicola 2023-02-13 13:55:14 +02:00
parent 3e0e51c108
commit bc45c7659a
321 changed files with 11210 additions and 9720 deletions

View file

@ -1356,7 +1356,6 @@ fn main() {
r#"
trait Trait {
fn func(self) {}
//^^^^
}
impl Trait for () {
@ -1376,7 +1375,6 @@ fn main() {
r#"
trait Trait {
fn func(self) {}
//^^^^
}
impl Trait for () {