Skip to content

Commit 3931e55

Browse files
committed
Fixed lints
1 parent 177ec82 commit 3931e55

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

crates/ide/src/hover/render.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
use std::fmt::Display;
33

44
use either::Either;
5-
use hir::{
6-
db::HirDatabase, AsAssocItem, AttributeTemplate, HasAttrs, HasSource, HirDisplay, Semantics,
7-
StructKind, TypeInfo,
8-
};
5+
use hir::{AsAssocItem, AttributeTemplate, HasAttrs, HasSource, HirDisplay, Semantics, TypeInfo};
96
use ide_db::{
107
base_db::SourceDatabase,
118
defs::Definition,

0 commit comments

Comments
 (0)