1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-03 14:37:45 +00:00

Remove unused feature attribute.

This commit is contained in:
Joseph Crail 2015-07-31 15:02:19 -04:00
parent f41d5b3f8f
commit 047d963a26
2 changed files with 1 additions and 2 deletions

View file

@ -11,7 +11,6 @@
*/ */
#![allow(non_snake_case)] #![allow(non_snake_case)]
#![allow(deprecated)]
extern crate getopts; extern crate getopts;
extern crate libc; extern crate libc;

View file

@ -1,5 +1,5 @@
#![crate_name = "mv"] #![crate_name = "mv"]
#![feature(slice_extras, slice_patterns, str_char)] #![feature(slice_patterns, str_char)]
#![allow(deprecated)] #![allow(deprecated)]
/* /*