Skip to content

Commit

Permalink
Merge pull request #65 from devonhollowood/master
Browse files Browse the repository at this point in the history
Remove reference to raw_pointer_derive lint
  • Loading branch information
alexcrichton committed Nov 17, 2015
2 parents 904ffb2 + 772f891 commit 8531cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -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))]
Expand Down

0 comments on commit 8531cc1

Please sign in to comment.