mirror of
https://github.com/typst/typst
synced 2025-07-30 07:47:55 +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,
|
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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user