Skip to content

Commit 548ee3f

Browse files
committed
forbid unsafe code
1 parent 23fea0b commit 548ee3f

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
@@ -131,6 +131,8 @@ Example output:
131131
"##
132132
)]
133133

134+
#![forbid(unsafe_code)]
135+
134136
pub use csscolorparser::{Color, ParseColorError};
135137

136138
mod core;

0 commit comments

Comments
 (0)