From e6aa2d526e84e4ea19e1841b56be8cf58b0c6cfb Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sat, 16 Jun 2018 13:22:44 -0400 Subject: Changes to make the rust crypto::mod tests compile The digest tests don't link yet, though. --- src/rust/crypto/rand/mod.rs | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/rust/crypto/rand/mod.rs') diff --git a/src/rust/crypto/rand/mod.rs b/src/rust/crypto/rand/mod.rs index 6b3058ad58..82d02a70bb 100644 --- a/src/rust/crypto/rand/mod.rs +++ b/src/rust/crypto/rand/mod.rs @@ -2,15 +2,5 @@ // Copyright (c) 2018, isis agora lovecruft // See LICENSE for licensing information -// External dependencies -#[cfg(test)] -extern crate rand; -extern crate rand_core; - // Internal dependencies -extern crate external; -#[cfg(not(test))] -#[macro_use] -extern crate tor_log; - pub mod rng; -- cgit v1.2.3-54-g00ecf