Skip to content

Commit 8531cc1

Browse files
committed
Merge pull request #65 from devonhollowood/master
Remove reference to raw_pointer_derive lint
2 parents 904ffb2 + 772f891 commit 8531cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
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)