quick-error icon indicating copy to clipboard operation
quick-error copied to clipboard

Forbid unsafe_code

Open fintelia opened this issue 1 year ago • 0 comments

This crate already uses fully safe code so this PR adds an annotation enforcing that at compile time.

Looking for #![forbid(unsafe_code)] is more reliable than trying to grep the crate source code for instances of "unsafe", since the latter could hypothetically be concealed by macros and such.

fintelia avatar Apr 21 '24 19:04 fintelia