We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 177ec82 commit 3931e55Copy full SHA for 3931e55
crates/ide/src/hover/render.rs
@@ -2,10 +2,7 @@
2
use std::fmt::Display;
3
4
use either::Either;
5
-use hir::{
6
- db::HirDatabase, AsAssocItem, AttributeTemplate, HasAttrs, HasSource, HirDisplay, Semantics,
7
- StructKind, TypeInfo,
8
-};
+use hir::{AsAssocItem, AttributeTemplate, HasAttrs, HasSource, HirDisplay, Semantics, TypeInfo};
9
use ide_db::{
10
base_db::SourceDatabase,
11
defs::Definition,
0 commit comments