28 |
// free without running the destructor
|
29 |
#[allow(clippy::forget_non_drop)]
|
30 |
std::mem::forget(self)
|
37 |
// free without running the destructor
|
38 |
#[allow(clippy::forget_non_drop)]
|
39 |
std::mem::forget(self)
|
408 |
// breaks this expectation.
|
409 |
#[allow(clippy::forget_non_drop)]
|
410 |
std::mem::forget(input_ref);
|
1 |
#![allow(clippy::forget_non_drop)]
|
2 |
use std::mem::{self, ManuallyDrop};
|
1 |
// This is a workaround for issue: https://github.com/bevyengine/bevy/issues/4601
|
2 |
#![allow(clippy::forget_non_drop)]
|
22 |
#![allow(clippy::needless_pass_by_value)] // False positives with `SystemParam`s.
|
23 |
#![allow(clippy::forget_non_drop)]
|
24 |
#![allow(clippy::missing_const_for_fn)]
|
1 |
#![allow(clippy::forget_non_drop)]
|
2 |
// This example exists to allow for profiling
|
1 |
#![allow(clippy::forget_non_drop)]
|
2 |
// This example exists to allow for profiling
|
1 |
#![allow(clippy::forget_non_drop)]
|
2 |
// This example exists to allow for profiling
|
1 |
#![allow(clippy::forget_non_drop)]
|
2 |
// This example exists to allow for profiling
|
1 |
#![allow(clippy::forget_non_drop)]
|
2 |
// This example exists to allow for profiling
|
1 |
#![allow(clippy::forget_non_drop)]
|
2 |
// This example exists to allow for profiling
|
1 |
#![allow(clippy::forget_non_drop)]
|
2 |
// This example exists to allow for profiling
|
1 |
#![allow(clippy::forget_non_drop)]
|
2 |
// This example exists to allow for profiling
|
1 |
#![allow(clippy::forget_non_drop)]
|
2 |
// This example exists to allow for profiling
|
1 |
#![allow(clippy::forget_non_drop)]
|
2 |
// This example exists to allow for profiling
|