We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af5c90d commit 9183af2Copy full SHA for 9183af2
library/std/src/sys/pal/teeos/mod.rs
@@ -2,6 +2,7 @@
2
//!
3
//! This module contains the facade (aka platform-specific) implementations of
4
//! OS level functionality for Teeos.
5
+#![deny(unsafe_op_in_unsafe_fn)]
6
#![allow(unused_variables)]
7
#![allow(dead_code)]
8
0 commit comments