Skip to content

Commit

Permalink
Merge pull request #437 from jdr023/master
Browse files Browse the repository at this point in the history
Fix example and add missing attribute to crate
  • Loading branch information
cuviper authored Sep 17, 2017
2 parents 4c3ebc7 + f726bee commit 4d8c9bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "rayon"
# Reminder to update html_rool_url in lib.rs when updating version
version = "0.8.2"
authors = ["Niko Matsakis <niko@alum.mit.edu>",
"Josh Stone <cuviper@gmail.com>"]
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![doc(html_root_url = "https://docs.rs/rayon/0.8.2")]
#![allow(non_camel_case_types)] // I prefer to use ALL_CAPS for type parameters
#![cfg_attr(test, feature(conservative_impl_trait))]
#![cfg_attr(test, feature(i128_type))]
Expand Down

0 comments on commit 4d8c9bd

Please sign in to comment.