Allow mismatched_lifetime_syntaxes lint on reg code#61
Allow mismatched_lifetime_syntaxes lint on reg code#61epontan merged 1 commit intoGrepitAB:masterfrom
Conversation
Due to updated Rust toolchain the new `mismatched_lifetime_syntaxes`[1] lint is temporarily allowed on the generated svd2rust code for all the MCAN registers until the code has been regenerated and customized with a newer svd2rust version. [1]: https://doc.rust-lang.org/beta/nightly-rustc/rustc_lint/lifetime_syntax/static.MISMATCHED_LIFETIME_SYNTAXES.html
|
Nice, Lets get this in before all the other patches 👍 How do you think we should handle small changes like this. I don't think it makes sense to have a Also, seams like this was fixed in Later, I'll investigate if we can do a big jump from |
No, I don't think it is necessary.
Awesome, I have a couple of more small upcoming changes that I would like to get in a release before we lift svd2rust. |
Absolutely, no problem 👍 |
Due to updated Rust toolchain the new
mismatched_lifetime_syntaxes1 lint is temporarily allowed on the generated svd2rust code for all the MCAN registers until the code has been regenerated and customized with a newer svd2rust version.Thank you!
Thank you for your contribution.
Please make sure that your submission includes the following:
Must
errorsorwarnings.cargo +stable fmtwas run.cargo +stable clippyyields nowarnings.CHANGELOG.mdin the proper section.newly added features and code.