Actually, we use unsafe{} in one test.

This commit is contained in:
Isis Lovecruft 2020-09-22 01:54:44 +00:00
parent 97c22f2d07
commit 8c15bce61d
No known key found for this signature in database
GPG key ID: AB41313533E8E812

View file

@ -234,6 +234,8 @@
#![no_std]
#![warn(future_incompatible)]
#![deny(missing_docs)] // refuse to compile if documentation is missing
#![cfg(not(test))]
#![forbid(unsafe_code)]
#[cfg(any(feature = "std", test))]