Another warning removed

This commit is contained in:
Anne de Jong 2024-08-11 13:58:07 +02:00
parent 0338807507
commit 02bb55a721

View File

@ -144,6 +144,7 @@ mod test {
let rtaps = RtAps::new(&mut smgr, settings);
smgr.startDefaultInputStream()?;
thread::sleep(Duration::from_secs(2));
drop(rtaps);
}
Ok(())
}