mirror of
https://github.com/Noratrieb/stuff.git
synced 2026-01-14 16:35:08 +01:00
add deny(unsafe_op_in_unsafe_fn) back in
I can worry about the MSRV impact later, I just want a working build for now
This commit is contained in:
parent
1ba2efbf6a
commit
5c33ba138f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#![no_std]
|
||||
#![warn(rust_2018_idioms)]
|
||||
#![cfg_attr(test, deny(unsafe_op_in_unsafe_fn))] // this is great, but MSRV :(
|
||||
#![deny(unsafe_op_in_unsafe_fn)]
|
||||
#![warn(missing_docs)]
|
||||
|
||||
//! A crate for stuffing things into a pointer.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue