1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Remove deprecated lint

This commit is contained in:
Michael Gehring 2015-11-27 22:21:51 +01:00
parent c60707f5e6
commit a773db7325

View file

@ -1,4 +1,4 @@
#![allow(dead_code, non_camel_case_types, raw_pointer_derive)]
#![allow(dead_code, non_camel_case_types)]
extern crate libc;