Stop complaining about FFI type names

This commit is contained in:
Steven Fackler 2014-02-22 18:13:48 -08:00
parent ed8cf91a3c
commit 13e7cdbc4e
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#[doc(hidden)];
#[allow(non_camel_case_types)];
use std::libc::{c_int, c_void, c_long, c_ulong, c_char};