Skip to content

Commit 182634f

Browse files
committed
---
yaml --- r: 178812 b: refs/heads/tmp c: 68ad694 h: refs/heads/master v: v3
1 parent 099d03a commit 182634f

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
@@ -34,4 +34,4 @@ refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
3434
refs/heads/beta: 44a287e6eb22ec3c2a687fc156813577464017f7
3535
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
3636
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
37-
refs/heads/tmp: 04311341197ddabc420a8cffc0d26c12228d445b
37+
refs/heads/tmp: 68ad6949d4c3e2160098c94007b9c48abc94aaad

branches/tmp/src/libsyntax/ext/deriving/rand.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ fn rand_substructure(cx: &mut ExtCtxt, trait_span: Span, substr: &Substructure)
6666
cx.ident_of("Rand"),
6767
cx.ident_of("rand")
6868
);
69-
let mut rand_call = |&mut: cx: &mut ExtCtxt, span| {
69+
let rand_call = |&: cx: &mut ExtCtxt, span| {
7070
cx.expr_call_global(span,
7171
rand_ident.clone(),
7272
vec!(rng.clone()))

0 commit comments

Comments
 (0)