Revert "Verdict twice"

This reverts commit 178dabc763db348df08b374ca17d4bb8d075275c.
This commit is contained in:
Laurenz 2025-07-18 15:16:54 +02:00
parent 7d4981a621
commit 1d7e8a7247

View File

@ -343,8 +343,6 @@ fn visit_show_rules<'a>(
content: &'a Content,
styles: StyleChain<'a>,
) -> SourceResult<bool> {
std::hint::black_box(verdict(s.engine, content, styles));
// Determines whether and how to proceed with show rule application.
let Some(Verdict { prepared, mut map, step }) = verdict(s.engine, content, styles)
else {