Skip to content

Commit 78f74c6

Browse files
committed
fix rustfmt fallout
1 parent 55664bc commit 78f74c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shims/windows/foreign_items.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriEvalContextExt<'mir, 'tcx
298298
let len = this.read_scalar(len)?.to_u32()?;
299299
let flags = this.read_scalar(flags)?.to_u32()?;
300300
if flags != 2 {
301-
// BCRYPT_USE_SYSTEM_PREFERRED_RNG
301+
// ^ BCRYPT_USE_SYSTEM_PREFERRED_RNG
302302
throw_unsup_format!(
303303
"BCryptGenRandom is supported only with the BCRYPT_USE_SYSTEM_PREFERRED_RNG flag"
304304
);

0 commit comments

Comments
 (0)