diff options
| author | 袁浩----天命剑主 <yuanhonglong@outlook.com> | 2024-07-16 11:05:18 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-16 11:05:18 +0800 |
| commit | 00811621fec122f1355d81ab694ecfb32aec49a8 (patch) | |
| tree | 1f18280efcad0873780aee9822b7277707d97e6d /library/std/src | |
| parent | cae4a84146c88cf917fa102c97ad9427591f6040 (diff) | |
| download | rust-00811621fec122f1355d81ab694ecfb32aec49a8.tar.gz rust-00811621fec122f1355d81ab694ecfb32aec49a8.zip | |
delete #![allow(unsafe_op_in_unsafe_fn)]
this is redundant, so we can just delete it.
Diffstat (limited to 'library/std/src')
| -rw-r--r-- | library/std/src/sys/pal/teeos/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/sys/pal/teeos/mod.rs b/library/std/src/sys/pal/teeos/mod.rs index 2a789e72722..4c0620f270a 100644 --- a/library/std/src/sys/pal/teeos/mod.rs +++ b/library/std/src/sys/pal/teeos/mod.rs @@ -2,7 +2,6 @@ //! //! This module contains the facade (aka platform-specific) implementations of //! OS level functionality for Teeos. -#![allow(unsafe_op_in_unsafe_fn)] #![allow(unused_variables)] #![allow(dead_code)] |
