1
Fork 0
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:
Michael Gehring 2014-08-22 12:22:05 +02:00
parent 8c8a3757bd
commit 1134e8b9c9

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