You've already forked rust-users
mirror of
https://github.com/uutils/rust-users.git
synced 2026-06-10 15:48:37 -07:00
“Fix” some warnings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user