mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 04:27:45 +00:00
Update for new import syntax
This commit is contained in:
parent
8c8a3757bd
commit
1134e8b9c9
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ extern crate libc;
|
|||
use std::str::from_utf8;
|
||||
use std::io::{print, File, BufferedReader};
|
||||
use std::io::stdio::stdin_raw;
|
||||
use StdResult = std::result::Result;
|
||||
use std::result::Result as StdResult;
|
||||
use getopts::Matches;
|
||||
|
||||
#[path = "../common/util.rs"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue