Skip to content

Commit

Permalink
Added back the disabling of a still buggy clippy lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanemagnenat committed Dec 20, 2024
1 parent 82d0242 commit 90ff7fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
//! );
//! ```
// We forbid the clippy lint here because it suggests to use #[rustfmt::skip],
// which is experimental. See: https://github.com/rust-lang/rust/issues/88591
#![allow(clippy::deprecated_cfg_attr)]

extern crate alloc;

mod heap;
Expand Down

0 comments on commit 90ff7fc

Please sign in to comment.