Skip to content

Commit e06b01e

Browse files
committed
fix clippy
1 parent 9068d00 commit e06b01e

File tree

2 files changed

+64
-51
lines changed

2 files changed

+64
-51
lines changed

Cargo.lock

Lines changed: 63 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/inspector.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,7 @@ impl ElementWrapper for Inspector {
750750
&mut self.wrapper_stack
751751
}
752752

753+
#[allow(clippy::type_complexity)]
753754
fn into_el(self) -> Self::EL {
754755
let Self {
755756
el,

0 commit comments

Comments
 (0)