diff options
| author | Simon Sapin <simon.sapin@exyr.org> | 2014-06-19 00:59:40 +0200 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-06-18 17:02:23 -0700 |
| commit | 72f0d4535715505c1cc429ef277a954ba26366bd (patch) | |
| tree | 505649331ca09c8c98d38beb2e0e173d53d915f8 /src/libsyntax | |
| parent | 108b8b6dc707775bd54aeea7820e0d473f556718 (diff) | |
| download | rust-72f0d4535715505c1cc429ef277a954ba26366bd.tar.gz rust-72f0d4535715505c1cc429ef277a954ba26366bd.zip | |
Revert bytes!() docstring change, and fix a typo.
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/ext/bytes.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/ext/bytes.rs b/src/libsyntax/ext/bytes.rs index 658c28f8202..ce13fa2a7c6 100644 --- a/src/libsyntax/ext/bytes.rs +++ b/src/libsyntax/ext/bytes.rs @@ -25,7 +25,7 @@ pub fn expand_syntax_ext(cx: &mut ExtCtxt, sp: Span, tts: &[ast::TokenTree]) for documentation"); cx.parse_sess.span_diagnostic.span_note(sp, "see https://github.com/rust-lang/rust/blob/master/src/etc/2014-06-rewrite-bytes-macros.py \ - for a automated migration"); + for an automated migration"); // Gather all argument expressions let exprs = match get_exprs_from_tts(cx, sp, tts) { |
