Skip to content

Commit 1ecb954

Browse files
authored
Merge pull request #762 from rust-embedded/rm-unstable
remove unstable lints
2 parents 8f73274 + e8942d9 commit 1ecb954

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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 unstable lints
1011
- Mark `Vector` union as `repr(C)`
1112

1213
## [v0.30.2] - 2023-10-22

src/generate/device.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ pub fn render(d: &Device, config: &Config, device_x: &mut String) -> Result<Toke
6060
#![deny(overflowing_literals)]
6161
#![deny(path_statements)]
6262
#![deny(patterns_in_fns_without_body)]
63-
#![deny(private_bounds)]
64-
#![deny(private_interfaces)]
6563
#![deny(unconditional_recursion)]
6664
#![deny(unused_allocation)]
6765
#![deny(unused_comparisons)]

0 commit comments

Comments
 (0)