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 1414 em .stab , span .stab { @extend %label ; }
1515 em .stab.unstable , span .stab.unstable { @extend %label-orange ; }
1616 .out-of-band { float : right ; }
17- .since , .srclink {
17+ .since , .src , .rightside {
1818 float : right ;
1919 margin-left : .5rem ;
2020 }
Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ def call
3030 end
3131 end
3232
33+ css ( '.doc-anchor' ) . remove
34+
3335 # Fix notable trait sections
3436 css ( '.method, .rust.trait' ) . each do |node |
3537 traitSection = node . at_css ( '.notable-traits' )
Original file line number Diff line number Diff line change 33module Docs
44 class Rust < UrlScraper
55 self . type = 'rust'
6- self . release = '1.79 .0'
6+ self . release = '1.80 .0'
77 self . base_url = 'https://doc.rust-lang.org/'
88 self . root_path = 'book/index.html'
99 self . initial_paths = %w(
You can’t perform that action at this time.
0 commit comments