Skip to content

Commit 8c2a926

Browse files
committed
---
yaml --- r: 55796 b: refs/heads/master c: 9860fe1 h: refs/heads/master v: v3
1 parent 61ab742 commit 8c2a926

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 4a24f10ac6f155699f086051ba6a728d9afb5ca6
2+
refs/heads/master: 9860fe10a19cc4997e58861df905f8dbe4de3c5b
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 79a2b2eafc3c766cecec8a5f76317693bae9ed17
55
refs/heads/try: 8eb2bab100b42f0ba751552d8eff00eb2134c55a

trunk/src/libcore/rand.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ impl<R: Rng> Rng for @R {
698698
* generator.
699699
*/
700700
pub fn random<T: Rand>() -> T {
701-
(*task_rng()).gen()
701+
task_rng().gen()
702702
}
703703

704704
#[cfg(test)]

0 commit comments

Comments
 (0)