We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abcc74f commit 8236ac9Copy full SHA for 8236ac9
2 files changed
lib/docs/filters/rust/clean_html.rb
@@ -5,7 +5,7 @@ class Rust
5
class CleanHtmlFilter < Filter
6
def call
7
if slug.start_with?('book') || slug.start_with?('reference') || slug.start_with?('error_codes')
8
- @doc = at_css('#content main')
+ @doc = at_css('#mdbook-content main')
9
elsif slug.start_with?('error_codes')
10
css('.error-undescribed').remove
11
lib/docs/scrapers/rust.rb
@@ -3,7 +3,7 @@
3
module Docs
4
class Rust < UrlScraper
self.type = 'rust'
- self.release = '1.93.1'
+ self.release = '1.95.0'
self.base_url = 'https://doc.rust-lang.org/'
self.root_path = 'book/index.html'
self.initial_paths = %w(
0 commit comments