File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: fd09e91e0031448aa01829f55443c3669b264241
2
+ refs/heads/master: 0106a04d70984b7d5526208c09afea05841a4539
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 6e7f170fedd3c526a643c0b2d13863acd982be02
5
5
refs/heads/try: a97642026c18a624ff6ea01075dd9550f8ed07ff
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