summaryrefslogtreecommitdiff
path: root/library/src/math/ctx.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/src/math/ctx.rs')
-rw-r--r--library/src/math/ctx.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/math/ctx.rs b/library/src/math/ctx.rs
index fafb96f2..d682746e 100644
--- a/library/src/math/ctx.rs
+++ b/library/src/math/ctx.rs
@@ -23,7 +23,7 @@ macro_rules! percent {
}
/// The context for math layout.
-pub(super) struct MathContext<'a, 'b, 'v> {
+pub struct MathContext<'a, 'b, 'v> {
pub vt: &'v mut Vt<'b>,
pub regions: Regions<'a>,
pub font: &'a Font,