From 84385218f86bde575b6fd2fb384a1f2022887e39 Mon Sep 17 00:00:00 2001 From: Jonny Gilchrist Date: Mon, 18 Apr 2016 14:45:45 +0100 Subject: [PATCH] Remove the raw_pointer_derive lint which no longer exists --- tcod_sys/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcod_sys/lib.rs b/tcod_sys/lib.rs index 897bed896..29d740cdd 100644 --- a/tcod_sys/lib.rs +++ b/tcod_sys/lib.rs @@ -1,5 +1,5 @@ #![allow(non_camel_case_types, non_snake_case, non_upper_case_globals, - missing_copy_implementations, raw_pointer_derive)] + missing_copy_implementations)] // This is not added by rust-bindgen even though it's used heavily in the // generated code: extern crate libc;