Deny unsafe_op_in_unsafe_fn
The unsafe_op_in_unsafe_fn lint was previously set to allow, meaning that unsafe function calls and operations were allowed within unsafe functions without a surrounding unsafe block. This patch changes the lint to deny, for the purpose of making unsafe operations in the codebase more explicit.main
parent
299553bebf
commit
5e612f153c
Loading…
Reference in New Issue