mirror of https://codeberg.org/topola/topola.git
style: rename `src/geometry/poly.rs` to `src/geometry/polygon.rs`
This commit is contained in:
parent
f6a196aeca
commit
4bf3611bb7
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue