Skip to content

Commit

Permalink
rand_chacha: remove another line of dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Jan 13, 2020
1 parent c7f6c48 commit 145e5ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rand_chacha/src/guts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

use ppv_lite86::{dispatch, dispatch_light128};

#[cfg(feature = "rustcrypto_api")] pub use stream_cipher::generic_array;

pub use ppv_lite86::Machine;
use ppv_lite86::{vec128_storage, ArithOps, BitOps32, LaneWords4, MultiLane, StoreBytes, Vec4};

Expand Down

0 comments on commit 145e5ff

Please sign in to comment.