We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a9bfb3 commit 76e1c6cCopy full SHA for 76e1c6c
crates/vm/src/stdlib/sys/monitoring.rs
@@ -413,10 +413,7 @@ fn fire_event_inner(
413
if ((global | local) & check_bit) == 0 {
414
continue;
415
}
416
- if state
417
- .disabled
418
- .contains(&(code_id, offset as usize, tool))
419
- {
+ if state.disabled.contains(&(code_id, offset as usize, tool)) {
420
421
422
if let Some(cb) = state.callbacks.get(&(tool, event_id)) {
0 commit comments