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:
parent
ddfe51e7ac
commit
ab52748cac
@ -60,6 +60,10 @@ impl Analyzer {
|
||||
}
|
||||
}
|
||||
|
||||
fn drop(&mut self) {
|
||||
disarm();
|
||||
}
|
||||
|
||||
pub fn get_header(&mut self) -> Header {
|
||||
disarm();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user