File tree 8 files changed +8
-8
lines changed
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`
63
63
documentation:
64
64
65
65
~~~
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",
67
67
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
68
68
html_root_url = "http://static.rust-lang.org/doc/master")];
69
69
~~~
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Rust extras are part of the standard Rust distribution.
25
25
#[ license = "MIT/ASL2" ] ;
26
26
#[ crate_type = "rlib" ] ;
27
27
#[ 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" ,
29
29
html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
30
30
html_root_url = "http://static.rust-lang.org/doc/master" ) ] ;
31
31
Original file line number Diff line number Diff line change 167
167
#[ license = "MIT/ASL2" ] ;
168
168
#[ crate_type = "rlib" ] ;
169
169
#[ 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" ,
171
171
html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
172
172
html_root_url = "http://static.rust-lang.org/doc/master" ) ] ;
173
173
Original file line number Diff line number Diff line change 45
45
#[ license = "MIT/ASL2" ] ;
46
46
#[ crate_type = "rlib" ] ;
47
47
#[ 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" ,
49
49
html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
50
50
html_root_url = "http://static.rust-lang.org/doc/master" ) ] ;
51
51
#[ 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.
23
23
#[ license = "MIT/ASL2" ] ;
24
24
#[ crate_type = "dylib" ] ;
25
25
#[ 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" ,
27
27
html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
28
28
html_root_url = "http://static.rust-lang.org/doc/master" ) ] ;
29
29
Original file line number Diff line number Diff line change 48
48
#[ license = "MIT/ASL2" ] ;
49
49
#[ crate_type = "rlib" ] ;
50
50
#[ 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" ,
52
52
html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
53
53
html_root_url = "http://static.rust-lang.org/doc/master" ) ] ;
54
54
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ This API is completely unstable and subject to change.
22
22
#[ license = "MIT/ASL2" ] ;
23
23
#[ crate_type = "dylib" ] ;
24
24
#[ 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" ,
26
26
html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
27
27
html_root_url = "http://static.rust-lang.org/doc/master" ) ] ;
28
28
Original file line number Diff line number Diff line change 15
15
#[ license = "MIT/ASL2" ] ;
16
16
#[ crate_type = "rlib" ] ;
17
17
#[ 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" ,
19
19
html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
20
20
html_root_url = "http://static.rust-lang.org/doc/master" ) ] ;
21
21
You can’t perform that action at this time.
0 commit comments