Skip to content

Commit

Permalink
Suppress nightly lint forget_copy in yoke_impls.rs (#3437)
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc authored May 16, 2023
1 parent 88be841 commit 8ba9224
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils/zerovec/src/yoke_impls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
// (online at: https://github.com/unicode-org/icu4x/blob/main/LICENSE ).

// This way we can copy-paste Yokeable impls
#![allow(unknown_lints)] // forget_copy
#![allow(renamed_and_removed_lints)] // forget_copy
#![allow(forget_copy)]
#![allow(clippy::forget_copy)]
#![allow(clippy::forget_non_drop)]

Expand Down

0 comments on commit 8ba9224

Please sign in to comment.