Skip to content

Commit a5bd928

Browse files
authored
Merge pull request #766 from rust-embedded/rm-deny
remove deny lints
2 parents b9dd6ad + 41c3914 commit a5bd928

File tree

6 files changed

+87
-98
lines changed

6 files changed

+87
-98
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
VENDOR: ${{ matrix.vendor }}
106106
OPTIONS: ${{ matrix.options }}
107107
COMMAND: check
108+
RUST_TOOLCHAIN: ${{ matrix.rust }}
108109
run: bash ci/script.sh
109110

110111
ci-clippy:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77

88
## [Unreleased]
99

10+
- Remove all deny lints from generated crate
1011
- Add `reexport_core_peripherals` and `reexport_interrupt` features disabled by default
1112
- rename `const-generic` feature to `array_proxy`
1213
- `FieldWriter` takes offset as struct field instead of const generic.

Cargo.lock

Lines changed: 59 additions & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)