mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Remove rustc_unicode dependency
This commit is contained in:
+1
-2
@@ -1,5 +1,5 @@
|
||||
#![crate_name = "uu_fmt"]
|
||||
#![feature(str_char, unicode)]
|
||||
#![feature(str_char)]
|
||||
|
||||
/*
|
||||
* This file is part of `fmt` from the uutils coreutils package.
|
||||
@@ -11,7 +11,6 @@
|
||||
*/
|
||||
|
||||
extern crate getopts;
|
||||
extern crate rustc_unicode;
|
||||
extern crate unicode_width;
|
||||
|
||||
#[macro_use]
|
||||
|
||||
Reference in New Issue
Block a user