1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-05 07:27:46 +00:00

Remove deprecated lint

This commit is contained in:
Michael Gehring 2015-11-27 22:21:51 +01:00 committed by Roy Ivy III
parent 6095dfee66
commit 23e0315262

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; extern crate libc;