diff options
| author | Paul Collier <paul@paulcollier.ca> | 2015-01-18 00:41:56 +0000 |
|---|---|---|
| committer | Paul Collier <paul@paulcollier.ca> | 2015-01-18 19:43:44 -0800 |
| commit | 3c32cd1be27f321658382e39d34f5d993d99ae8b (patch) | |
| tree | a82c1d5da8abe7c5fae2fe1f60c3bae2c3eee0e9 /src/libsyntax/ext/quote.rs | |
| parent | 591337431df612dd4e0df8d46b6291358085ac7c (diff) | |
| download | rust-3c32cd1be27f321658382e39d34f5d993d99ae8b.tar.gz rust-3c32cd1be27f321658382e39d34f5d993d99ae8b.zip | |
libsyntax: 0u -> 0us, 0i -> 0is
Diffstat (limited to 'src/libsyntax/ext/quote.rs')
| -rw-r--r-- | src/libsyntax/ext/quote.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/ext/quote.rs b/src/libsyntax/ext/quote.rs index a5885ac6c5d..5339c3d77c6 100644 --- a/src/libsyntax/ext/quote.rs +++ b/src/libsyntax/ext/quote.rs @@ -716,7 +716,7 @@ fn expand_tts(cx: &ExtCtxt, sp: Span, tts: &[ast::TokenTree]) // try removing it when enough of them are gone. let mut p = cx.new_parser_from_tts(tts); - p.quote_depth += 1u; + p.quote_depth += 1us; let cx_expr = p.parse_expr(); if !p.eat(&token::Comma) { |
