about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-03-04 12:01:45 -0800
committerbors <bors@rust-lang.org>2014-03-04 12:01:45 -0800
commita15448c85a557a2b047e4ed94fb36000320cccb5 (patch)
tree5c00220fd21552ded1430282c45f348ad15b6c4c /src/libsyntax
parent19fadf6567859bd46d3235c29d61917efc0e0685 (diff)
parent0106a04d70984b7d5526208c09afea05841a4539 (diff)
downloadrust-a15448c85a557a2b047e4ed94fb36000320cccb5.tar.gz
rust-a15448c85a557a2b047e4ed94fb36000320cccb5.zip
auto merge of #12649 : adrientetar/rust/highlight, r=alexcrichton
[Here is](http://adrientetar.legtux.org/cached/rust-doc/to_str.rs.html) an example.

Closes #12648.

@alexcrichton, @huonw
Diffstat (limited to 'src/libsyntax')
-rw-r--r--src/libsyntax/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs
index 42c9ab461aa..d66ace1fdfa 100644
--- a/src/libsyntax/lib.rs
+++ b/src/libsyntax/lib.rs
@@ -22,7 +22,7 @@ This API is completely unstable and subject to change.
 #[license = "MIT/ASL2"];
 #[crate_type = "dylib"];
 #[crate_type = "rlib"];
-#[doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk.png",
+#[doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
       html_favicon_url = "http://www.rust-lang.org/favicon.ico",
       html_root_url = "http://static.rust-lang.org/doc/master")];