This commit is contained in:
Jeroen Vannevel 2022-02-15 14:47:23 +00:00
parent 73e49493bd
commit c450d0ce41
No known key found for this signature in database
GPG key ID: 78EF5F52F38C49BD
7 changed files with 7 additions and 18 deletions

View file

@ -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)
}