File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ is how the above advertisement works. An example from the `libstd`
6363documentation:
6464
6565~~~
66- #[doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk.png",
66+ #[doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2 .png",
6767 html_favicon_url = "http://www.rust-lang.org/favicon.ico",
6868 html_root_url = "http://static.rust-lang.org/doc/master")];
6969~~~
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Rust extras are part of the standard Rust distribution.
2525#[ license = "MIT/ASL2" ] ;
2626#[ crate_type = "rlib" ] ;
2727#[ crate_type = "dylib" ] ;
28- #[ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk.png" ,
28+ #[ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2 .png" ,
2929 html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
3030 html_root_url = "http://static.rust-lang.org/doc/master" ) ] ;
3131
Original file line number Diff line number Diff line change 167167#[ license = "MIT/ASL2" ] ;
168168#[ crate_type = "rlib" ] ;
169169#[ crate_type = "dylib" ] ;
170- #[ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk.png" ,
170+ #[ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2 .png" ,
171171 html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
172172 html_root_url = "http://static.rust-lang.org/doc/master" ) ] ;
173173
Original file line number Diff line number Diff line change 4545#[ license = "MIT/ASL2" ] ;
4646#[ crate_type = "rlib" ] ;
4747#[ crate_type = "dylib" ] ;
48- #[ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk.png" ,
48+ #[ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2 .png" ,
4949 html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
5050 html_root_url = "http://static.rust-lang.org/doc/master" ) ] ;
5151#[ deny( unused_result, unused_must_use) ] ;
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ This API is completely unstable and subject to change.
2323#[ license = "MIT/ASL2" ] ;
2424#[ crate_type = "dylib" ] ;
2525#[ crate_type = "rlib" ] ;
26- #[ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk.png" ,
26+ #[ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2 .png" ,
2727 html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
2828 html_root_url = "http://static.rust-lang.org/doc/master" ) ] ;
2929
Original file line number Diff line number Diff line change 4848#[ license = "MIT/ASL2" ] ;
4949#[ crate_type = "rlib" ] ;
5050#[ crate_type = "dylib" ] ;
51- #[ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk.png" ,
51+ #[ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2 .png" ,
5252 html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
5353 html_root_url = "http://static.rust-lang.org/doc/master" ) ] ;
5454
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ This API is completely unstable and subject to change.
2222#[ license = "MIT/ASL2" ] ;
2323#[ crate_type = "dylib" ] ;
2424#[ crate_type = "rlib" ] ;
25- #[ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk.png" ,
25+ #[ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2 .png" ,
2626 html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
2727 html_root_url = "http://static.rust-lang.org/doc/master" ) ] ;
2828
Original file line number Diff line number Diff line change 1515#[ license = "MIT/ASL2" ] ;
1616#[ crate_type = "rlib" ] ;
1717#[ crate_type = "dylib" ] ;
18- #[ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk.png" ,
18+ #[ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2 .png" ,
1919 html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
2020 html_root_url = "http://static.rust-lang.org/doc/master" ) ] ;
2121
You can’t perform that action at this time.
0 commit comments