We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8bb325 commit 8b1d874Copy full SHA for 8b1d874
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