Skip to main content

luaur_analysis/records/
hold_conditional_execution.rs

1#[derive(Debug, Clone)]
2pub struct HoldConditionalExecution {
3    pub(crate) reset_to_false: bool,
4    pub(crate) p: *mut crate::records::lint_global_local::LintGlobalLocal,
5}