rust3ds / ctru-rs

Rust wrapper for libctru
https://rust3ds.github.io/ctru-rs/
Other
116 stars 17 forks source link

Require unsafe blocks in unsafe fns #165

Closed FenrirWolf closed 5 months ago

FenrirWolf commented 5 months ago

Applies #![deny(unsafe_op_in_unsafe_fn)] to the whole crate, because marking unsafe code is a good idea even in unsafe functions.

FenrirWolf commented 5 months ago

Think I'll just merge this since, as discussed in this review thread, we already know we want it in