Skip to content

Commit

Permalink
Auto merge of servo#243 - KiChjang:silence-warning, r=Wafflespeanut
Browse files Browse the repository at this point in the history
Silence warning on raw_pointer_derive

Fixes servo#239.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/rust-mozjs/243)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Feb 13, 2016
2 parents d88f289 + e73c65f commit 4bcbb6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#![feature(unsafe_no_drop_flag)]
#![feature(const_fn)]

#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, improper_ctypes, raw_pointer_derive)]
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, improper_ctypes)]

#[macro_use]
extern crate heapsize;
Expand Down

0 comments on commit 4bcbb6c

Please sign in to comment.