mirror of
https://github.com/SpaceManiac/SpacemanDMM.git
synced 2025-12-23 05:36:47 +00:00
Add missing #[allow(unused_mut)]
This commit is contained in:
parent
2614c453f0
commit
9221beb291
1 changed files with 1 additions and 0 deletions
|
|
@ -439,6 +439,7 @@ handle_request! {
|
|||
let (port, auxtools) = Auxtools::listen(self.seq.clone())?;
|
||||
self.client = DebugClient::Auxtools(auxtools);
|
||||
|
||||
#[allow(unused_mut)]
|
||||
let mut auxtools_dll = None;
|
||||
|
||||
#[cfg(extools_bundle)] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue