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:
parent
541c467510
commit
a3aa275a87
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@
|
||||||
//! [`BitReadSized`]: trait.BitReadSized.html
|
//! [`BitReadSized`]: trait.BitReadSized.html
|
||||||
|
|
||||||
#![warn(missing_docs)]
|
#![warn(missing_docs)]
|
||||||
|
#![forbid(unsafe_code)]
|
||||||
|
|
||||||
use std::error::Error;
|
use std::error::Error;
|
||||||
use std::fmt;
|
use std::fmt;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue