1
Fork 0

chore: Fix typos in 'compiler' (batch 3)

This commit is contained in:
Alexander Cyon 2024-09-02 07:33:41 +02:00
parent 78d5c04d9c
commit 5780c1ca5e
No known key found for this signature in database
18 changed files with 21 additions and 21 deletions

View file

@ -242,7 +242,7 @@ where
// }
// ...if `refs_answer` was computed lazily. The below early
// returns can be deleted without impacting the correctness of
// the algoritm; only its performance.
// the algorithm; only its performance.
debug!(?bytes_answer);
match bytes_answer {
Answer::No(_) if !self.assume.validity => return bytes_answer,