diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-08-21 16:38:51 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-08-21 17:30:21 +0200 |
| commit | 0dd4ae0a7ac0c247078df492469ff20b8a90c886 (patch) | |
| tree | 07a55343b9ccab3fe76b0f1b0de9d1be310d8b14 /src/paper.rs | |
| parent | f38eb10c2b54bd13ccef119454839f6a66448462 (diff) | |
Prune derives
Diffstat (limited to 'src/paper.rs')
| -rw-r--r-- | src/paper.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/paper.rs b/src/paper.rs index 1a3391a1..5c9775b8 100644 --- a/src/paper.rs +++ b/src/paper.rs @@ -3,7 +3,7 @@ use crate::geom::{Length, Linear, Relative, Sides, Size}; /// Specification of a paper. -#[derive(Debug, Copy, Clone, PartialEq)] +#[derive(Debug, Copy, Clone)] pub struct Paper { /// The broad class this paper belongs to. class: PaperClass, |
