Skip to content

Commit

Permalink
expose helper function only when geo-types and serde
Browse files Browse the repository at this point in the history
  • Loading branch information
woshilapin committed Feb 14, 2021
1 parent be202f4 commit fe5e129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pub mod conversion;
extern crate serde;
#[cfg(feature = "serde")]
pub mod deserialize;
#[cfg(feature = "serde")]
#[cfg(all(feature = "serde", feature = "geo-types"))]
pub use deserialize::deserialize_geometry;

pub trait WktFloat: num_traits::Float + std::fmt::Debug {}
Expand Down

0 comments on commit fe5e129

Please sign in to comment.