Merge pull request #65 from devonhollowood/master
Remove reference to raw_pointer_derive lint
This commit is contained in:
commit
8531cc11e1
@ -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))]
|
||||
|
Loading…
Reference in New Issue
Block a user