Skip to content

Conversation

Philippe-Cholet
Copy link
Member

Rust 1.36 according to Cargo.toml.
And the fixed html_root_url updates all html links we might encounter. I personally do not use it very much but being redirect of 0.8 felt weird.

@phimuemue phimuemue merged commit 6683438 into rust-itertools:master Aug 26, 2023
@Philippe-Cholet Philippe-Cholet deleted the main_doc branch August 26, 2023 13:20
//! This version of itertools requires Rust 1.32 or later.
#![doc(html_root_url="https://docs.rs/itertools/0.8/")]
//! This version of itertools requires Rust 1.36 or later.
#![doc(html_root_url="https://docs.rs/itertools/0.11/")]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder why we have this line at all. I've never written this in any of my other crates. Perhaps it's just a vestige of the past that can be removed without issue?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well I did not consider that but it seems so. And in my search I found rust-cli/env_logger#185 helpful. Basically I think it's okay to remove it.

But we still will have to update the MSRV here in the future, unless we expect people to look at the Cargo.toml in which case we should remove that part too.

@jswrenn jswrenn mentioned this pull request Nov 14, 2023
@jswrenn jswrenn added this to the next milestone Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants