Skip to content

Commit 9cfde71

Browse files
committed
Remove allow(deref_nullptr)
Signed-off-by: Francisco Javier Honduvilla Coto <javierhonduco@gmail.com>
1 parent 28e2f52 commit 9cfde71

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#![allow(non_upper_case_globals)]
22
#![allow(non_camel_case_types)]
33
#![allow(non_snake_case)]
4-
#![allow(deref_nullptr)] // TODO: remove this
54
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
65

76
pub mod arch;

0 commit comments

Comments
 (0)