diff options
| author | Steven Fackler <[email protected]> | 2014-02-22 18:13:48 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2014-02-22 18:13:48 -0800 |
| commit | 13e7cdbc4e95d6081e5839c6f4206eb44e37c56c (patch) | |
| tree | cea0510abdac8c0f69b53f54218b7db4dd4a0162 | |
| parent | Remove useless Option wrapper (diff) | |
| download | rust-openssl-13e7cdbc4e95d6081e5839c6f4206eb44e37c56c.tar.xz rust-openssl-13e7cdbc4e95d6081e5839c6f4206eb44e37c56c.zip | |
Stop complaining about FFI type names
| -rw-r--r-- | ssl/ffi.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ #[doc(hidden)]; +#[allow(non_camel_case_types)]; use std::libc::{c_int, c_void, c_long, c_ulong, c_char}; |