From 671ce3dedd40067bb5cea84fe0739de013827053 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 31 Oct 2022 13:49:10 +0100 Subject: Replace `encode` with `field` --- src/library/math/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/library/math') diff --git a/src/library/math/mod.rs b/src/library/math/mod.rs index df00cb71..b23ed7cf 100644 --- a/src/library/math/mod.rs +++ b/src/library/math/mod.rs @@ -84,8 +84,8 @@ impl Show for MathNode { ShowNode::new(self.clone()) } - fn encode(&self, _: StyleChain) -> Dict { - todo!() + fn field(&self, _: &str) -> Option { + None } fn realize(&self, _: Tracked, _: StyleChain) -> SourceResult { -- cgit v1.2.3