Files
rust/compiler
Nicholas Nethercote 7cd42a77fb Change reveal_actual_level's closure's return type
It's currrently `(Option<(Level, Option<LintExpectationId>)>,
LintLevelSource)`. But when the first element of the pair is `None` the
second element is always `LintLevelSource::Default`. So this commit
moves the `LintLevelSource` within the `Option`, which simplifies
things a bit.
2026-05-13 19:54:30 +10:00
..
2026-05-07 20:23:37 +03:00
2026-05-07 21:55:44 +03:00
2026-04-08 21:09:07 +02:00
2026-05-07 21:55:44 +03:00