Skip to content

Commit b9153e7

Browse files
---
yaml --- r: 179180 b: refs/heads/auto c: 12f1f4c h: refs/heads/master v: v3
1 parent a351490 commit b9153e7

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
@@ -10,7 +10,7 @@ refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
1010
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
1111
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
1212
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
13-
refs/heads/auto: d58c0a75978e068af8b01ab578b743c52635e1f4
13+
refs/heads/auto: 12f1f4c5467b0f4cbdb66c67eca7e5227dbb1284
1414
refs/heads/servo: af82457af293e2a842ba6b7759b70288da276167
1515
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c
1616
refs/tags/0.1: b19db808c2793fe2976759b85a355c3ad8c8b336

branches/auto/src/libsyntax/ext/env.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ pub fn expand_env<'cx>(cx: &'cx mut ExtCtxt, sp: Span, tts: &[ast::TokenTree])
108108
cx.span_err(sp, msg.deref());
109109
cx.expr_usize(sp, 0)
110110
}
111-
Ok(s) => cx.expr_str(sp, token::intern_and_get_ident(&s[]))
111+
Some(s) => cx.expr_str(sp, token::intern_and_get_ident(&s[]))
112112
};
113113
MacExpr::new(e)
114114
}

0 commit comments

Comments
 (0)