mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 21:47:15 +03:00
+1
-1
@@ -87,7 +87,7 @@ fn gen_random(
|
||||
// any additional checks - it's okay if the pointer is invalid,
|
||||
// since we wouldn't actually be writing to it.
|
||||
if len == 0 {
|
||||
return Ok(())
|
||||
return Ok(());
|
||||
}
|
||||
let this = self.eval_context_mut();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user