aboutsummaryrefslogtreecommitdiffstats
path: root/src/constant.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/constant.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/constant.rs b/src/constant.rs
index 2c74083..a5ace28 100644
--- a/src/constant.rs
+++ b/src/constant.rs
@@ -193,7 +193,6 @@ pub const HTML_RAW_SIZE_MAX: usize = 8;
/// To safeguard performance, labels are capped at a large number: `999`.
pub const LINK_REFERENCE_SIZE_MAX: usize = 999;
-
/// The max number of decimals allowed to form an (ordered) [list][] item.
///
/// `CommonMark` caps this at 10 digits (9 is fine, 10 not).