Merge pull request #443 from ebfe/fix-build-master

Fix build with rust master
This commit is contained in:
Heather 2014-11-07 20:19:31 +04:00
commit ee9d30673e
2 changed files with 1 additions and 2 deletions

2
deps/rust-crypto vendored

@ -1 +1 @@
Subproject commit 6a712849b742659ac97336cc5400cb580923b54c
Subproject commit 942e60ec3281ee83b6dc1fdcf7a71d21436bcda9

View file

@ -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;