Verdict twice

This commit is contained in:
Laurenz 2025-07-18 15:10:52 +02:00
parent ed031e4fcd
commit 7d4981a621

View File

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