summaryrefslogtreecommitdiff
path: root/library/src/math/op.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-05-17 14:41:46 +0200
committerLaurenz <laurmaedje@gmail.com>2023-05-17 14:41:46 +0200
commit551ea99d05166b0be50792f767ddd38b996e32fa (patch)
treeec5e86a087e79e8c181c7d4b904216a775227e2d /library/src/math/op.rs
parent46aace78ac4ac1c075b9b1670dbb7372df1a0a82 (diff)
Show default values in documentation
Fixes #169 Fixes #1102
Diffstat (limited to 'library/src/math/op.rs')
-rw-r--r--library/src/math/op.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/library/src/math/op.rs b/library/src/math/op.rs
index 1a3acaa3..cc57eb61 100644
--- a/library/src/math/op.rs
+++ b/library/src/math/op.rs
@@ -27,8 +27,6 @@ pub struct OpElem {
pub text: EcoString,
/// Whether the operator should force attachments to display as limits.
- ///
- /// Defaults to `{false}`.
#[default(false)]
pub limits: bool,
}