Skip to content

Commit

Permalink
forbid unsafe (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik authored Oct 19, 2023
1 parent d18ba12 commit c4f2c25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![forbid(unsafe_code)]

pub use crate::header::{Compression, Header, TileType};

mod directory;
Expand Down

0 comments on commit c4f2c25

Please sign in to comment.