Skip to content

Commit

Permalink
Merge pull request #762 from rust-embedded/rm-unstable
Browse files Browse the repository at this point in the history
remove unstable lints
  • Loading branch information
Emilgardis committed Nov 17, 2023
2 parents 8f73274 + e8942d9 commit 1ecb954
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]

- Remove unstable lints
- Mark `Vector` union as `repr(C)`

## [v0.30.2] - 2023-10-22
Expand Down
2 changes: 0 additions & 2 deletions src/generate/device.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ pub fn render(d: &Device, config: &Config, device_x: &mut String) -> Result<Toke
#![deny(overflowing_literals)]
#![deny(path_statements)]
#![deny(patterns_in_fns_without_body)]
#![deny(private_bounds)]
#![deny(private_interfaces)]
#![deny(unconditional_recursion)]
#![deny(unused_allocation)]
#![deny(unused_comparisons)]
Expand Down

0 comments on commit 1ecb954

Please sign in to comment.