summaryrefslogtreecommitdiff
path: root/library/src/math/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/src/math/mod.rs')
-rw-r--r--library/src/math/mod.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/library/src/math/mod.rs b/library/src/math/mod.rs
index 105940c7..85bf56ca 100644
--- a/library/src/math/mod.rs
+++ b/library/src/math/mod.rs
@@ -141,7 +141,7 @@ pub fn module() -> Module {
/// ## Category
/// math
#[func]
-#[capable(Show, Finalize, Layout, Inline, LayoutMath)]
+#[capable(Show, Finalize, Layout, LayoutMath)]
#[derive(Debug, Clone, Hash)]
pub struct FormulaNode {
/// Whether the formula is displayed as a separate block.
@@ -229,8 +229,6 @@ impl Layout for FormulaNode {
}
}
-impl Inline for FormulaNode {}
-
#[capability]
pub trait LayoutMath {
fn layout_math(&self, ctx: &mut MathContext) -> SourceResult<()>;