mirror of
https://github.com/uutils/coreutils
synced 2024-12-16 00:02:50 +00:00
Merge pull request #443 from ebfe/fix-build-master
Fix build with rust master
This commit is contained in:
commit
ee9d30673e
2 changed files with 1 additions and 2 deletions
2
deps/rust-crypto
vendored
2
deps/rust-crypto
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 6a712849b742659ac97336cc5400cb580923b54c
|
||||
Subproject commit 942e60ec3281ee83b6dc1fdcf7a71d21436bcda9
|
|
@ -14,7 +14,6 @@ extern crate getopts;
|
|||
extern crate libc;
|
||||
|
||||
use std::io::{print, println};
|
||||
use std::str::StrSlice;
|
||||
|
||||
#[path = "../common/util.rs"]
|
||||
mod util;
|
||||
|
|
Loading…
Reference in a new issue