Apply clippy::has_significant_drop.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2026-03-09 22:40:14 +00:00
parent e70bc5d665
commit beb9fa0ecd
5 changed files with 5 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ pub struct State {
services: *const Services,
}
#[clippy::has_significant_drop]
pub struct Guard {
services: Arc<Services>,
}