Merge pull request #65 from devonhollowood/master

Remove reference to raw_pointer_derive lint
This commit is contained in:
Alex Crichton 2015-11-17 12:28:37 -08:00
commit 8531cc11e1

View File

@ -10,7 +10,7 @@
//! Crate docs
#![allow(bad_style, raw_pointer_derive, overflowing_literals, improper_ctypes)]
#![allow(bad_style, overflowing_literals, improper_ctypes)]
#![crate_type = "rlib"]
#![crate_name = "libc"]
#![cfg_attr(dox, feature(no_core, lang_items))]