Skip to content

Commit

Permalink
Merge pull request #220 from jgilchrist/remove-lint
Browse files Browse the repository at this point in the history
Remove the raw_pointer_derive lint which no longer exists
  • Loading branch information
tomassedovic committed Apr 21, 2016
2 parents 8581410 + 8438521 commit e96c5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcod_sys/lib.rs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit e96c5e1

Please sign in to comment.