We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b10594 commit dc937a4Copy full SHA for dc937a4
1 file changed
src/windows_uwp.rs
@@ -51,10 +51,6 @@ pub fn getrandom_inner(dest: &mut [u8]) -> Result<(), Error> {
51
}
52
_ => (),
53
54
- if let Some(code) = NonZeroU32::new(ret as u32) {
55
- error!("BCryptGenRandom: failed with {}", ret);
56
- return Err(Error::from(code));
57
- }
58
59
Ok(())
60
0 commit comments