Skip to content

Commit

Permalink
Merge pull request #31 from eopb/forbid_unsafe
Browse files Browse the repository at this point in the history
feat: #![forbid(unsafe_code)]
  • Loading branch information
eopb authored Oct 23, 2023
2 parents 3460757 + bf17022 commit 64ee4b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![doc = include_str!("../README.md")]
#![forbid(unsafe_code)]

use std::time::Instant;

Expand Down

0 comments on commit 64ee4b9

Please sign in to comment.