Skip to content

Commit c93e97c

Browse files
committed
Ignore explicit_auto_deref clippy lint
error: deref which would be done by auto-deref --> src/expand.rs:85:43 | 85 | lifetimes.visit_type_mut(&mut *input.self_ty); | ^^^^^^^^^^^^^^ help: try this: `input.self_ty` | = note: `-D clippy::explicit-auto-deref` implied by `-D clippy::all` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref
1 parent 408e77f commit c93e97c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@
306306
#![allow(
307307
clippy::default_trait_access,
308308
clippy::doc_markdown,
309+
clippy::explicit_auto_deref,
309310
clippy::if_not_else,
310311
clippy::items_after_statements,
311312
clippy::module_name_repetitions,

0 commit comments

Comments
 (0)