Skip to content

Commit

Permalink
m: Fix clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
pentamassiv committed Oct 22, 2023
1 parent 6e751fa commit f2f0526
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@

#![no_std]
#![allow(non_upper_case_globals)]
#![forbid(unsafe_code, rust_2018_idioms)]
#![forbid(unsafe_code)]
#![deny(rust_2018_idioms)]

use core::char;
use core::fmt;
Expand Down

0 comments on commit f2f0526

Please sign in to comment.