mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
808157bd7d
Add `#![deny(unsafe_op_in_unsafe_fn)]` in liballoc tests In https://github.com/rust-lang/rust/pull/104647#discussion_r1027332930 it was mentioned that liballoc tests should probably have this enabled (we have it pretty much everywhere else in the stdlib), so I added it. This will probably conflict with https://github.com/rust-lang/rust/pull/104647 so I'll rebase after that lands.