summaryrefslogtreecommitdiff
path: root/library/src/text/raw.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/src/text/raw.rs')
-rw-r--r--library/src/text/raw.rs6
1 files changed, 1 insertions, 5 deletions
diff --git a/library/src/text/raw.rs b/library/src/text/raw.rs
index 4cc26fa6..db437481 100644
--- a/library/src/text/raw.rs
+++ b/library/src/text/raw.rs
@@ -244,11 +244,7 @@ impl LocalName for RawElem {
}
}
-impl Figurable for RawElem {
- fn priority(&self, _styles: StyleChain) -> isize {
- 500
- }
-}
+impl Figurable for RawElem {}
/// Highlight a syntax node in a theme by calling `f` with ranges and their
/// styles.