Skip to content

Commit 18f8a9f

Browse files
committed
Merge branch 'master' into librt
2 parents ab6c1e7 + 8531cc1 commit 18f8a9f

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)