mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-02 14:07:46 +00:00
Remove unused feature attribute.
This commit is contained in:
parent
f41d5b3f8f
commit
047d963a26
2 changed files with 1 additions and 2 deletions
|
@ -11,7 +11,6 @@
|
|||
*/
|
||||
|
||||
#![allow(non_snake_case)]
|
||||
#![allow(deprecated)]
|
||||
|
||||
extern crate getopts;
|
||||
extern crate libc;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#![crate_name = "mv"]
|
||||
#![feature(slice_extras, slice_patterns, str_char)]
|
||||
#![feature(slice_patterns, str_char)]
|
||||
#![allow(deprecated)]
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue