about summary refs log tree commit diff
path: root/src/libsyntax/ext/bytes.rs
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2014-09-19 13:45:20 -0400
committerSteve Klabnik <steve@steveklabnik.com>2014-09-22 17:54:09 -0400
commit47682f96de1da3bb0986e44e529cc51f24549c86 (patch)
treed389fad54a2232877f377106e4d186102b6c36a2 /src/libsyntax/ext/bytes.rs
parent437179ed8bf7f7672f84b19265df1ce569e70490 (diff)
downloadrust-47682f96de1da3bb0986e44e529cc51f24549c86.tar.gz
rust-47682f96de1da3bb0986e44e529cc51f24549c86.zip
manual -> reference & formatting
'reference' sounds better than 'manual' to me here, and rust.html is
certainly wrong.

I also wrapped everything to 80 cols.
Diffstat (limited to 'src/libsyntax/ext/bytes.rs')
-rw-r--r--src/libsyntax/ext/bytes.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/ext/bytes.rs b/src/libsyntax/ext/bytes.rs
index 3e0f340ad7f..3c9e40d850b 100644
--- a/src/libsyntax/ext/bytes.rs
+++ b/src/libsyntax/ext/bytes.rs
@@ -23,7 +23,7 @@ pub fn expand_syntax_ext<'cx>(cx: &'cx mut ExtCtxt,
                               -> Box<base::MacResult+'cx> {
     cx.span_warn(sp, "`bytes!` is deprecated, use `b\"foo\"` literals instead");
     cx.parse_sess.span_diagnostic.span_note(sp,
-        "see http://doc.rust-lang.org/rust.html#byte-and-byte-string-literals \
+        "see http://doc.rust-lang.org/reference.html#byte-and-byte-string-literals \
          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 \