Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
672: fix: remove lint #![deny(const_err)] r=burrbull,emilgardis a=luojia65 This lint has been removed in Rust, see: #669 . We remove it here to avoid compile warnings. Before this pull request, every peripheral access crate this software generates will emit following warning upon compilation: ``` warning: lint `const_err` has been removed: converted into hard error, see issue #71800 <rust-lang/rust#71800> for more information --> src\lib.rs:3:9 | 3 | #![deny(const_err)] | ^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default ``` Co-authored-by: Luo Jia / Zhouqi Jiang <[email protected]>
- Loading branch information