mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
internal: Remove unqualified_path completions module
This commit is contained in:
parent
25d133e3b8
commit
16d2e79b50
14 changed files with 464 additions and 421 deletions
|
@ -26,9 +26,9 @@ struct Foo<'lt, T, const C: usize> where $0 {}
|
|||
tt Trait
|
||||
un Union
|
||||
bt u32
|
||||
kw crate
|
||||
kw self
|
||||
kw super
|
||||
kw crate::
|
||||
kw self::
|
||||
kw super::
|
||||
"#]],
|
||||
);
|
||||
}
|
||||
|
@ -43,9 +43,9 @@ struct Foo<'lt, T, const C: usize> where T: $0 {}
|
|||
ma makro!(…) macro_rules! makro
|
||||
md module
|
||||
tt Trait
|
||||
kw crate
|
||||
kw self
|
||||
kw super
|
||||
kw crate::
|
||||
kw self::
|
||||
kw super::
|
||||
"#]],
|
||||
);
|
||||
}
|
||||
|
@ -62,9 +62,9 @@ struct Foo<'lt, T, const C: usize> where 'lt: $0 {}
|
|||
ma makro!(…) macro_rules! makro
|
||||
md module
|
||||
tt Trait
|
||||
kw crate
|
||||
kw self
|
||||
kw super
|
||||
kw crate::
|
||||
kw self::
|
||||
kw super::
|
||||
"#]],
|
||||
);
|
||||
}
|
||||
|
@ -79,9 +79,9 @@ struct Foo<'lt, T, const C: usize> where for<'a> T: $0 {}
|
|||
ma makro!(…) macro_rules! makro
|
||||
md module
|
||||
tt Trait
|
||||
kw crate
|
||||
kw self
|
||||
kw super
|
||||
kw crate::
|
||||
kw self::
|
||||
kw super::
|
||||
"#]],
|
||||
);
|
||||
}
|
||||
|
@ -103,9 +103,9 @@ struct Foo<'lt, T, const C: usize> where for<'a> $0 {}
|
|||
tt Trait
|
||||
un Union
|
||||
bt u32
|
||||
kw crate
|
||||
kw self
|
||||
kw super
|
||||
kw crate::
|
||||
kw self::
|
||||
kw super::
|
||||
"#]],
|
||||
);
|
||||
}
|
||||
|
@ -129,9 +129,9 @@ impl Record {
|
|||
tt Trait
|
||||
un Union
|
||||
bt u32
|
||||
kw crate
|
||||
kw self
|
||||
kw super
|
||||
kw crate::
|
||||
kw self::
|
||||
kw super::
|
||||
"#]],
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue