diff --git a/Cargo.toml b/Cargo.toml index 128193c5c..472a86245 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 ", "Josh Stone "] diff --git a/src/lib.rs b/src/lib.rs index de5d60a67..458d89207 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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))]