We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aad83c8 commit 385bf2eCopy full SHA for 385bf2e
library/alloc/tests/fmt.rs
@@ -1,6 +1,6 @@
1
#![deny(warnings)]
2
// FIXME(static_mut_refs): Do not allow `static_mut_refs` lint
3
-#![allow(static_mut_refs)]
+#![allow(static_mut_refs, redundant_transmutation)]
4
5
use std::cell::RefCell;
6
use std::fmt::{self, Write};
0 commit comments