This commit is contained in:
Simon Gardling 2025-03-24 15:45:18 -04:00
parent 5796032693
commit bd5ddba5bc
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -47,9 +47,8 @@ impl<T: Copy> PosMap<T> {
#[cfg(test)]
mod test {
use crate::repr::coords::CoordPairInner;
use super::*;
use crate::repr::coords::CoordPairInner;
#[test]
fn from_into_test() {