mirror of
https://github.com/typst/typst
synced 2025-07-28 06:47:53 +08:00
Verdict twice
This commit is contained in:
parent
ed031e4fcd
commit
7d4981a621
@ -343,6 +343,8 @@ 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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user