Skip to content

Commit

Permalink
allow static_mut_refs
Browse files Browse the repository at this point in the history
  • Loading branch information
taks committed Apr 3, 2024
1 parent 1a12b5b commit 0fa4847
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#![no_std]
#![allow(clippy::new_without_default)]
#![allow(clippy::single_match)]
#![allow(static_mut_refs)]
#![feature(decl_macro)]
#![doc = include_str!("../README.md")]
extern crate alloc;
Expand Down

0 comments on commit 0fa4847

Please sign in to comment.