Commit 097f438
authored
Allow mismatched_lifetime_syntaxes lint on reg code (#61)
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
## Thank you!
Thank you for your contribution.
Please make sure that your submission includes the following:
### Must
- [x] The code compiles without `errors` or `warnings`.
- [x] All tests pass and in the best case you also added new tests.
- [x] `cargo +stable fmt` was run.
- [x] `cargo +stable clippy` yields no `warnings`.
- [x] Your changes were added to the `CHANGELOG.md` in the proper
section.
- [x] You add a description of your work to this PR.
- [x] You added proper docs (in code, rustdoc and README.md) for your
newly added features and code.1 parent 0ee7ac7 commit 097f438
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
0 commit comments