From c52d57ead38d52dca65df23632cc497a0e2ea812 Mon Sep 17 00:00:00 2001 From: Benjamin Klum Date: Sat, 21 Dec 2024 20:58:40 +0100 Subject: [PATCH] Fix clippy warning --- main/src/infrastructure/plugin/backbone_shell.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/src/infrastructure/plugin/backbone_shell.rs b/main/src/infrastructure/plugin/backbone_shell.rs index fe1ae956f..f4f08bb35 100644 --- a/main/src/infrastructure/plugin/backbone_shell.rs +++ b/main/src/infrastructure/plugin/backbone_shell.rs @@ -66,7 +66,6 @@ use helgobox_api::persistence::{ Envelope, FxChainDescriptor, FxDescriptor, TargetTouchCause, TrackDescriptor, TrackFxChain, VirtualControlElementCharacter, }; -use helgobox_api::runtime::GlobalInfoEvent; use itertools::Itertools; use once_cell::sync::Lazy; use reaper_high::{ @@ -2838,6 +2837,7 @@ impl LicenseManagerEventHandler for BackboneLicenseManagerEventHandler { // Inform Playtime, currently the only module which contains license-only functions #[cfg(feature = "playtime")] { + use helgobox_api::runtime::GlobalInfoEvent; // Let the Playtime Clip Engine check if it finds a suitable license let success = playtime_clip_engine::PlaytimeEngine::get() .main()