Apply clippy::has_significant_drop.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -7,6 +7,7 @@ pub struct State {
|
||||
services: *const Services,
|
||||
}
|
||||
|
||||
#[clippy::has_significant_drop]
|
||||
pub struct Guard {
|
||||
services: Arc<Services>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user