From c54774600a769d8824e87e3f75248949ec420d54 Mon Sep 17 00:00:00 2001 From: Matthew Hall <matthew@quickbeam.me.uk> Date: Sun, 21 Mar 2021 14:23:50 +0000 Subject: [PATCH] Fix build --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 08503bb..9f3490c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -339,7 +339,7 @@ impl FromStr for Orientation { } } -impl Display for Orientation { +impl fmt::Display for Orientation { fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { match self { Orientation::Orthogonal => write!(f, "orthogonal"), -- GitLab