Skip to content

Commit

Permalink
fix library tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bend-n committed Mar 8, 2025
1 parent c23ab0c commit ad356e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/alloc/tests/fmt.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#![deny(warnings)]
// FIXME(static_mut_refs): Do not allow `static_mut_refs` lint
#![allow(static_mut_refs)]
#![allow(static_mut_refs, redundant_transmutation)]

use std::cell::RefCell;
use std::fmt::{self, Write};
Expand Down

0 comments on commit ad356e8

Please sign in to comment.