mirror of
https://github.com/typst/typst
synced 2025-07-28 06:47:53 +08:00
Revert "Verdict twice"
This reverts commit 178dabc763db348df08b374ca17d4bb8d075275c.
This commit is contained in:
parent
7d4981a621
commit
1d7e8a7247
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user