1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 13:07:46 +00:00

basename: fix build

This commit is contained in:
Michael Gehring 2014-11-07 12:10:33 +01:00
parent ea791e3df6
commit bb69e46def

View file

@ -14,7 +14,6 @@ extern crate getopts;
extern crate libc; extern crate libc;
use std::io::{print, println}; use std::io::{print, println};
use std::str::StrSlice;
#[path = "../common/util.rs"] #[path = "../common/util.rs"]
mod util; mod util;