diff --git a/src/rdrand.rs b/src/rdrand.rs index c2e52971..64ae38a3 100644 --- a/src/rdrand.rs +++ b/src/rdrand.rs @@ -5,8 +5,6 @@ // , at your // option. This file may not be copied, modified, or distributed // except according to those terms. - -//! Implementation for SGX using RDRAND instruction use crate::{ util::{slice_as_uninit, LazyBool}, Error,