summaryrefslogtreecommitdiff
path: root/src/length.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2020-08-02 16:31:34 +0200
committerLaurenz <laurmaedje@gmail.com>2020-08-02 16:31:34 +0200
commit533374db14087ac54fdc86afa5f009487ac1b850 (patch)
tree0970eb1ca893fe45369d622b5bc1f226f0f66004 /src/length.rs
parent2188ef6b899cc10c84ed985e9ad9049fcc3eb662 (diff)
Refactor argument parsing 🔬
Diffstat (limited to 'src/length.rs')
-rw-r--r--src/length.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/length.rs b/src/length.rs
index 4c14c894..8e07a8e6 100644
--- a/src/length.rs
+++ b/src/length.rs
@@ -179,7 +179,6 @@ impl Display for ParseLengthError {
/// Either an absolute length or a factor of some entity.
#[derive(Copy, Clone, PartialEq)]
-#[allow(missing_docs)]
pub enum ScaleLength {
Absolute(Length),
Scaled(f64),