2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-29 21:23:34 +08:00

analyzer sat: disarm on drop

This commit is contained in:
mwojcik 2023-05-19 10:23:01 +08:00 committed by Sébastien Bourdeauducq
parent ddfe51e7ac
commit ab52748cac

View File

@ -60,6 +60,10 @@ impl Analyzer {
}
}
fn drop(&mut self) {
disarm();
}
pub fn get_header(&mut self) -> Header {
disarm();