style: rename `src/geometry/poly.rs` to `src/geometry/polygon.rs`

This commit is contained in:
Mikolaj Wielgus 2025-04-22 20:42:14 +02:00
parent f6a196aeca
commit 4bf3611bb7
2 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
mod geometry; mod geometry;
pub mod compound; pub mod compound;
pub mod edit; pub mod edit;
mod poly; mod polygon;
pub mod primitive; pub mod primitive;
pub mod recording_with_rtree; pub mod recording_with_rtree;
pub mod shape; pub mod shape;