Skip to content

Commit 385bf2e

Browse files
committed
fix library tests
1 parent aad83c8 commit 385bf2e

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)