mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-26 21:34:15 +00:00
Make tests pass
This commit is contained in:
parent
4322cf7f5b
commit
8fe73a2240
4 changed files with 7 additions and 4 deletions
|
@ -96,7 +96,7 @@ fn render(
|
|||
item.set_documentation(ctx.docs(func))
|
||||
.set_deprecated(ctx.is_deprecated(func) || ctx.is_deprecated_assoc_item(func))
|
||||
.detail(detail(db, func))
|
||||
.lookup_by(name.to_smol_str());
|
||||
.lookup_by(name.unescaped().to_smol_str());
|
||||
|
||||
match ctx.completion.config.snippet_cap {
|
||||
Some(cap) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue