mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-31 21:17:46 +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…
Add table
Add a link
Reference in a new issue