Skip to content

Commit 48b22b8

Browse files
RalfJungAaron1011
andauthored
Fix typo
Co-Authored-By: Aaron1011 <aa1ronham@gmail.com>
1 parent 2eb2c8d commit 48b22b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fn_call.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ fn gen_random<'a, 'mir, 'tcx>(
826826
"miri does not support gathering system entropy in deterministic mode!
827827
Use '-Zmiri-seed=<seed>' to enable random number generation.
828828
WARNING: Miri does *not* generate cryptographically secure entropy -
829-
do not use Miri to run any program that need secure random number generation".to_owned(),
829+
do not use Miri to run any program that needs secure random number generation".to_owned(),
830830
))
831831
}
832832
}

0 commit comments

Comments
 (0)