File tree Expand file tree Collapse file tree
assets/javascripts/templates/pages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -361,7 +361,7 @@ credits = [
361361 ' https://raw.github.com/rails/rails/master/activerecord/MIT-LICENSE'
362362 ], [
363363 ' Rust' ,
364- ' 2011-2015 The Rust Project Developers' ,
364+ ' 2016 The Rust Project Developers' ,
365365 ' MIT' ,
366366 ' https://raw.githubusercontent.com/rust-lang/rust/master/LICENSE-MIT'
367367 ], [
Original file line number Diff line number Diff line change 11module Docs
22 class Rust < UrlScraper
33 self . type = 'rust'
4- self . release = '1.5 .0'
4+ self . release = '1.6 .0'
55 self . base_url = 'http://doc.rust-lang.org/'
66 self . root_path = 'book/index.html'
77 self . initial_paths = %w(
@@ -30,7 +30,7 @@ class Rust < UrlScraper
3030 end
3131
3232 options [ :attribution ] = <<-HTML
33- © 2011-2015 The Rust Project Developers< br >
33+ © 2016 The Rust Project Developers< br >
3434 Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
3535 HTML
3636
You can’t perform that action at this time.
0 commit comments