We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 588b117 commit 09f051aCopy full SHA for 09f051a
src/lib.rs
@@ -4,4 +4,4 @@
4
//! an open standard for representing map metadata.
5
6
pub mod tilejson;
7
-pub use tilejson::*;
+pub use crate::tilejson::*;
0 commit comments