aboutsummaryrefslogtreecommitdiff
path: root/examples/enum-default-expanded.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/enum-default-expanded.rs')
-rw-r--r--examples/enum-default-expanded.rs6
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/enum-default-expanded.rs b/examples/enum-default-expanded.rs
index 2153592..459ca39 100644
--- a/examples/enum-default-expanded.rs
+++ b/examples/enum-default-expanded.rs
@@ -15,7 +15,11 @@
// ```
#![allow(dead_code, unused_imports, unused_parens, unknown_lints, renamed_and_removed_lints)]
-#![allow(clippy::needless_lifetimes, clippy::just_underscores_and_digits)]
+#![allow(
+ clippy::needless_lifetimes,
+ clippy::just_underscores_and_digits,
+ clippy::used_underscore_binding
+)]
use pin_project::pin_project;