We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7888d40 commit bcc53e2Copy full SHA for bcc53e2
src/windows.rs
@@ -6,8 +6,6 @@
6
// option. This file may not be copied, modified, or distributed
7
// except according to those terms.
8
9
-//! Implementation for Windows UWP targets. After deprecation of Windows XP
10
-//! and Vista, this can supersede the `RtlGenRandom`-based implementation.
11
use crate::Error;
12
use core::{ffi::c_void, num::NonZeroU32, ptr};
13
0 commit comments