about summary refs log tree commit diff
path: root/library/std/src/sys/alloc/xous.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/std/src/sys/alloc/xous.rs')
-rw-r--r--library/std/src/sys/alloc/xous.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/library/std/src/sys/alloc/xous.rs b/library/std/src/sys/alloc/xous.rs
index 9ea43445d02..321d30e0b11 100644
--- a/library/std/src/sys/alloc/xous.rs
+++ b/library/std/src/sys/alloc/xous.rs
@@ -1,3 +1,6 @@
+// FIXME(static_mut_refs): Do not allow `static_mut_refs` lint
+#![allow(static_mut_refs)]
+
 use crate::alloc::{GlobalAlloc, Layout, System};
 
 #[cfg(not(test))]