Skip to content

Commit

Permalink
Remove html_root_url setting.
Browse files Browse the repository at this point in the history
As far as I can tell, setting it serves no purpose. Removing it
eliminates a place where we need to remember to update teh crate
version.
  • Loading branch information
jswrenn committed Nov 14, 2023
1 parent 98ecabb commit c116c20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
//! ## Rust Version
//!
//! This version of itertools requires Rust 1.43.1 or later.
#![doc(html_root_url = "https://docs.rs/itertools/0.11/")]
#[cfg(not(feature = "use_std"))]
extern crate core as std;
Expand Down

0 comments on commit c116c20

Please sign in to comment.