Skip to content

Commit

Permalink
Add forbid(unsafe_op_in_unsafe_fn)
Browse files Browse the repository at this point in the history
  • Loading branch information
zetanumbers committed Jul 28, 2024
1 parent 352707d commit 0a5a84e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/std/src/os/vita/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
//! Definitions for vita

#![forbid(unsafe_op_in_unsafe_fn)]
#![stable(feature = "raw_ext", since = "1.1.0")]

pub mod fs;
Expand Down

0 comments on commit 0a5a84e

Please sign in to comment.