Update Rust documentation (1.58.1)

pull/1695/head
Simon Legner 3 years ago
parent c77471ad52
commit 8eeba1567b

@ -2,6 +2,7 @@
@extend %simple;
h4 { @extend %block-label; }
.code-header { @extend %code; }
.docblock { margin-left: 1em; }
div.information, div.important-traits {
@extend %note;

@ -3,7 +3,7 @@
module Docs
class Rust < UrlScraper
self.type = 'rust'
self.release = '1.57.0'
self.release = '1.58.1'
self.base_url = 'https://doc.rust-lang.org/'
self.root_path = 'book/index.html'
self.initial_paths = %w(

Loading…
Cancel
Save