mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-08 05:48:46 +08:00
Use box instead
This commit is contained in:
@@ -163,7 +163,7 @@ lazy_static::lazy_static! {
|
||||
#[cfg(feature = "musica-arc")]
|
||||
Box::new(musica::archive::paz::PazArcBuilder::new()),
|
||||
#[cfg(feature = "entis-gls")]
|
||||
Box::new(entis_gls::csx::v1::CSXScriptBuilder::new()),
|
||||
Box::new(entis_gls::csx::CSXScriptBuilder::new()),
|
||||
];
|
||||
/// A list of all script extensions.
|
||||
pub static ref ALL_EXTS: Vec<String> =
|
||||
|
||||
Reference in New Issue
Block a user