diff --git a/src/base.rs b/src/base.rs index 7cfabf2..4190fed 100644 --- a/src/base.rs +++ b/src/base.rs @@ -29,6 +29,9 @@ //! best bet is to check for them yourself before passing strings into any //! functions. + +#![allow(missing_copy_implementations)] // for the C structs + use std::ffi::{CStr, CString}; use std::fmt; use std::ptr::read;