diff options
Diffstat (limited to 'src/geom/spec.rs')
| -rw-r--r-- | src/geom/spec.rs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/geom/spec.rs b/src/geom/spec.rs index 3b8b4dd6..a6235548 100644 --- a/src/geom/spec.rs +++ b/src/geom/spec.rs @@ -128,12 +128,3 @@ impl SpecAxis { } } } - -impl Display for SpecAxis { - fn fmt(&self, f: &mut Formatter) -> fmt::Result { - f.pad(match self { - Self::Horizontal => "horizontal", - Self::Vertical => "vertical", - }) - } -} |
