1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 04:27:45 +00:00

Merge pull request #383 from ebfe/import_as

Update to new import syntax
This commit is contained in:
Heather 2014-08-22 14:47:37 +04:00
commit dbd9d71c9f

View file

@ -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"]