Skip to content

Commit aac8aed

Browse files
committed
fix library tests
1 parent f97f4e0 commit aac8aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/alloc/tests/fmt.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#![deny(warnings)]
22
// FIXME(static_mut_refs): Do not allow `static_mut_refs` lint
3-
#![allow(static_mut_refs)]
3+
#![allow(static_mut_refs, redundant_transmutation)]
44

55
use std::cell::RefCell;
66
use std::fmt::{self, Write};

0 commit comments

Comments
 (0)