Skip to content

Commit 772f891

Browse files
Remove reference to raw_pointer_derive lint
1 parent 904ffb2 commit 772f891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
//! Crate docs
1212
13-
#![allow(bad_style, raw_pointer_derive, overflowing_literals, improper_ctypes)]
13+
#![allow(bad_style, overflowing_literals, improper_ctypes)]
1414
#![crate_type = "rlib"]
1515
#![crate_name = "libc"]
1616
#![cfg_attr(dox, feature(no_core, lang_items))]

0 commit comments

Comments
 (0)