mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-31 21:17:46 +00:00
Merge pull request #383 from ebfe/import_as
Update to new import syntax
This commit is contained in:
commit
dbd9d71c9f
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ extern crate libc;
|
||||||
use std::str::from_utf8;
|
use std::str::from_utf8;
|
||||||
use std::io::{print, File, BufferedReader};
|
use std::io::{print, File, BufferedReader};
|
||||||
use std::io::stdio::stdin_raw;
|
use std::io::stdio::stdin_raw;
|
||||||
use StdResult = std::result::Result;
|
use std::result::Result as StdResult;
|
||||||
use getopts::Matches;
|
use getopts::Matches;
|
||||||
|
|
||||||
#[path = "../common/util.rs"]
|
#[path = "../common/util.rs"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue