Skip to content

Commit

Permalink
chore: temporarly disabled rust linter rules [DO NOT MERGE]
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenwenc committed Jun 12, 2024
1 parent 250bb2a commit a787c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#![cfg_attr(docsrs, feature(doc_cfg))]
#![warn(missing_docs, rustdoc::missing_crate_level_docs, rust_2018_idioms)]
#![deny(dead_code, redundant_semicolons, unused, unsafe_code, while_true)]
#![deny(redundant_semicolons, unsafe_code, while_true)]

#[cfg(feature = "alloc")]
extern crate alloc;
Expand Down

0 comments on commit a787c12

Please sign in to comment.