summaryrefslogtreecommitdiff
path: root/src/length.rs
diff options
context:
space:
mode:
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),