Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Mathias Vorreiter Pedersen
2026-01-19 11:46:42 +00:00
committed by GitHub
parent 7aca94b1ca
commit c47a9ddf83
3 changed files with 3 additions and 4 deletions

View File

@@ -1041,7 +1041,7 @@ private module Cached {
av.isFalse() and result.asBooleanValue() = false
or
// NOTE: The below cases don't contribute anything currently since the
// callers immediate uses `.asBooleanValue()` to convert the `GuardValue`
// callers immediately use `.asBooleanValue()` to convert the `GuardValue`
// to a boolean. Once we're willing to accept the breaking change of
// converting the barrier guard API to use `GuardValue`s instead `Boolean`s
// we can remove this restriction.