Skip to content

Commit 900aa00

Browse files
committed
Update miri for change to random API
1 parent 5e20385 commit 900aa00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![feature(random)]
22

33
fn main() {
4-
let _x: i32 = std::random::random();
4+
let _x: i32 = std::random::random(..);
55
}

0 commit comments

Comments
 (0)