mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
cleanup
This commit is contained in:
parent
73e49493bd
commit
c450d0ce41
7 changed files with 7 additions and 18 deletions
|
@ -411,7 +411,6 @@ where
|
|||
D: HasAttrs + HirDisplay,
|
||||
{
|
||||
let label = def.display(db).to_string();
|
||||
println!("label: {label:?}");
|
||||
let docs = def.attrs(db).docs();
|
||||
(label, docs)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue