Skip to content

Commit c4f2c25

Browse files
authored
forbid unsafe (#21)
1 parent d18ba12 commit c4f2c25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![forbid(unsafe_code)]
2+
13
pub use crate::header::{Compression, Header, TileType};
24

35
mod directory;

0 commit comments

Comments
 (0)