mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
Remove pattern rendering hack
This commit is contained in:
parent
06ee4d6222
commit
46d22719fc
12 changed files with 235 additions and 122 deletions
|
@ -152,7 +152,7 @@ pub(crate) fn complete_expr_path(
|
|||
_ => (),
|
||||
}
|
||||
}
|
||||
Qualified::Absolute => acc.add_crate_roots(ctx),
|
||||
Qualified::Absolute => acc.add_crate_roots(ctx, path_ctx),
|
||||
Qualified::No => {
|
||||
acc.add_nameref_keywords_with_colon(ctx);
|
||||
if let Some(adt) =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue