Skip to content

Commit

Permalink
rename private mod towkt -> to_wkt
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Apr 27, 2022
1 parent 0fc828b commit 3758f0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ use crate::types::MultiPolygon;
use crate::types::Point;
use crate::types::Polygon;

mod to_wkt;
mod tokenizer;
mod towkt;

/// `WKT` primitive types and collections
pub mod types;
Expand All @@ -85,7 +85,7 @@ extern crate geo_types;

extern crate thiserror;

pub use crate::towkt::ToWkt;
pub use crate::to_wkt::ToWkt;

#[cfg(feature = "geo-types")]
#[deprecated(note = "renamed module to `wkt::geo_types_from_wkt`")]
Expand Down
File renamed without changes.

0 comments on commit 3758f0b

Please sign in to comment.