Skip to content

Commit c116c20

Browse files
committed
Remove html_root_url setting.
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.
1 parent 98ecabb commit c116c20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
//! ## Rust Version
4444
//!
4545
//! This version of itertools requires Rust 1.43.1 or later.
46-
#![doc(html_root_url = "https://docs.rs/itertools/0.11/")]
4746
4847
#[cfg(not(feature = "use_std"))]
4948
extern crate core as std;

0 commit comments

Comments
 (0)