Fix the nightly build
Nightly uses a different (but backward compatible) version of rustfmt.
This commit is contained in:
@@ -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};
|
||||
|
Reference in New Issue
Block a user