fix: resolve compilation errors and warnings

Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-09-12 11:55:04 -03:00
parent 059bde09e4
commit 0be54abe60
7 changed files with 20 additions and 34 deletions

View File

@@ -476,7 +476,7 @@ fn register_magic_plugin() {
}
#[cfg(not(feature = "magic"))]
use crate::meta_plugin::{register_meta_plugin, MetaPluginType};
use crate::meta_plugin::register_meta_plugin;
#[cfg(not(feature = "magic"))]
#[ctor::ctor]
fn register_fallback_magic_plugin() {