Don't check depth

This commit is contained in:
Laurenz 2025-07-18 15:15:24 +02:00
parent 673fe6ffb7
commit 6873ea4745

View File

@ -405,7 +405,6 @@ fn visit_show_rules<'a>(
let prev_outside = s.outside;
s.outside &= content.is::<ContextElem>();
s.engine.route.increase();
s.engine.route.check_show_depth().at(content.span())?;
visit_styled(s, realized, Cow::Owned(map), styles)?;