Skip to content

Commit

Permalink
fix: do not apply derive on type Position (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexdelia authored Jun 18, 2024
1 parent bc92ae4 commit 611440d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion papergrid/src/config/position.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@
/// │ 1 │ 2 │
/// └───┴───┘
/// ```
#[derive(Debug, Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord)]
pub type Position = (usize, usize);

0 comments on commit 611440d

Please sign in to comment.