We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97630b3 commit fbbdfb3Copy full SHA for fbbdfb3
geo/src/lib.rs
@@ -12,6 +12,7 @@ extern crate proj;
12
extern crate rstar;
13
14
pub use crate::algorithm::*;
15
+#[allow(deprecated)]
16
pub use crate::traits::ToGeo;
17
pub use crate::types::*;
18
0 commit comments