File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 14
14
em .stab , span .stab { @extend %label ; }
15
15
em .stab.unstable , span .stab.unstable { @extend %label-orange ; }
16
16
.out-of-band { float : right ; }
17
- .since , .srclink {
17
+ .since , .src , .rightside {
18
18
float : right ;
19
19
margin-left : .5rem ;
20
20
}
Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ def call
30
30
end
31
31
end
32
32
33
+ css ( '.doc-anchor' ) . remove
34
+
33
35
# Fix notable trait sections
34
36
css ( '.method, .rust.trait' ) . each do |node |
35
37
traitSection = node . at_css ( '.notable-traits' )
Original file line number Diff line number Diff line change 3
3
module Docs
4
4
class Rust < UrlScraper
5
5
self . type = 'rust'
6
- self . release = '1.79 .0'
6
+ self . release = '1.80 .0'
7
7
self . base_url = 'https://doc.rust-lang.org/'
8
8
self . root_path = 'book/index.html'
9
9
self . initial_paths = %w(
You can’t perform that action at this time.
0 commit comments