Skip to content

Commit 09f051a

Browse files
committed
fix: use crate pub
1 parent 588b117 commit 09f051a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
//! an open standard for representing map metadata.
55
66
pub mod tilejson;
7-
pub use tilejson::*;
7+
pub use crate::tilejson::*;

0 commit comments

Comments
 (0)