This commit is contained in:
dylwil3 2025-12-15 09:12:23 -06:00
parent e372e92299
commit fd3405b55c
1 changed files with 1 additions and 1 deletions

View File

@ -1159,7 +1159,7 @@ impl CallChainLayout {
}
}
pub(crate) fn is_fluent(&self) -> bool {
pub(crate) fn is_fluent(self) -> bool {
matches!(self, CallChainLayout::Fluent(_))
}
}