Add missing #[allow(unused_mut)]

This commit is contained in:
Tad Hardesty 2020-12-12 21:11:49 -08:00
parent 2614c453f0
commit 9221beb291

View file

@ -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)] {