Skip to content

Commit

Permalink
Forbid unsafe code
Browse files Browse the repository at this point in the history
  • Loading branch information
conways-glider committed Jan 30, 2024
1 parent 739ece7 commit fcdf53b
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)]
#![warn(missing_docs)]

use std::str::FromStr;
Expand Down

0 comments on commit fcdf53b

Please sign in to comment.