1
0
Fork 0
mirror of https://codeberg.org/icewind/bitbuffer.git synced 2026-06-03 16:44:06 +02:00

forbid unsafe code

This commit is contained in:
Robin Appelman 2019-07-27 18:34:43 +02:00
commit a3aa275a87

View file

@ -53,6 +53,7 @@
//! [`BitReadSized`]: trait.BitReadSized.html
#![warn(missing_docs)]
#![forbid(unsafe_code)]
use std::error::Error;
use std::fmt;