1
0
Fork 0
forked from wry/wry

toplevel: rename is_floating to parent_is_float

This commit is contained in:
Julian Orth 2025-07-16 21:21:24 +02:00
parent a840eff108
commit a333198658
5 changed files with 11 additions and 11 deletions

View file

@ -6,6 +6,6 @@ fixed_root_criterion!(TlmMatchFloating, floating);
impl CritFixedRootCriterion<ToplevelData> for TlmMatchFloating {
fn matches(&self, data: &ToplevelData) -> bool {
data.is_floating.get()
data.parent_is_float.get()
}
}