Fix the nightly build

Nightly uses a different (but backward compatible) version of rustfmt.
This commit is contained in:
Greg Fitzgerald
2018-04-05 22:39:07 -06:00
parent 491a530d90
commit 5fc81dd6c8
4 changed files with 8 additions and 8 deletions

View File

@@ -8,9 +8,9 @@ use std::mem::size_of;
#[cfg(not(feature = "cuda"))]
use rayon::prelude::*;
#[cfg(not(feature = "cuda"))]
use untrusted;
#[cfg(not(feature = "cuda"))]
use ring::signature;
#[cfg(not(feature = "cuda"))]
use untrusted;
// Shared imports
use packet::{Packet, SharedPackets};