22 |
#[test]
|
23 |
#[allow(clippy::drop_non_drop)]
|
24 |
fn test_equality_between_vecs() {
|
186 |
// clippy false positive when this code is compiled for wasm -- TODO: remove the file support when compiling for wasm
|
187 |
#[allow(clippy::drop_non_drop)]
|
188 |
drop(file);
|
16 |
#[test]
|
17 |
#[allow(clippy::drop_non_drop)]
|
18 |
fn one_owner_per_thread() {
|
227 |
#[test]
|
228 |
#[allow(clippy::drop_non_drop)] // we want to explicitly extend lifetimes here
|
229 |
fn fun_with_row_iters() {
|
263 |
#[allow(clippy::drop_non_drop)]
|
264 |
pub mod ffi {
|
70 |
// TODO: figure out the correct solution
|
71 |
#[allow(clippy::drop_non_drop)]
|
72 |
drop(app);
|
678 |
#[allow(clippy::drop_non_drop)]
|
679 |
drop(auto_batched_task);
|
2 |
clippy::clone_on_copy,
|
3 |
clippy::drop_non_drop,
|
4 |
clippy::needless_borrow,
|
19 |
#![allow(clippy::drop_non_drop)]
|
20 |
#![forbid(unsafe_code)]
|
5 |
// Clippy or ouroboros may decide to do something about it
|
6 |
#![allow(clippy::drop_non_drop)]
|
1 |
#![allow(clippy::drop_non_drop)]
|
2 |
#![deny(
|
17 |
#![allow(clippy::type_complexity)]
|
18 |
#![allow(clippy::drop_non_drop)]
|
17 |
#![allow(clippy::type_complexity)]
|
18 |
#![allow(clippy::drop_non_drop)]
|