From bcc53e239e39c499a75a19031cca8dade027776e Mon Sep 17 00:00:00 2001 From: Artyom Pavlov Date: Sat, 2 Jan 2021 14:23:52 +0300 Subject: [PATCH] Remove outdated comment --- src/windows.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/windows.rs b/src/windows.rs index 6ba3a5e0..56b3d07e 100644 --- a/src/windows.rs +++ b/src/windows.rs @@ -6,8 +6,6 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -//! Implementation for Windows UWP targets. After deprecation of Windows XP -//! and Vista, this can supersede the `RtlGenRandom`-based implementation. use crate::Error; use core::{ffi::c_void, num::NonZeroU32, ptr};