-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.72 toolchain, 1.66 MSRV #3973
Conversation
keys: self.keys, | ||
values: self.values, | ||
} | ||
*self |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems fine
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r+ for actual changes. I wasn't sure if we had decided to do this bump, AIUI our MSRV policy was to only bump when we have a reason to, yes?
@@ -328,14 +330,14 @@ impl DataExporter for BakedExporter { | |||
let bake = payload.tokenize(&self.dependencies); | |||
|
|||
self.write_impl_macro(quote! { | |||
#[clippy::msrv = "1.65"] | |||
#[clippy::msrv = #MSRV] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
praise: clever
This has convenience functions on BTreeSet/map that might be ... convenient. I'm also happy to wait, but I definitely want to do 1.67 when we're allowed to, because that has |
I'd like to use |
that works for me! |
This should be reviewed commit-by-commit.