deny unsafe_op_in_unsafe_fn for teeos · model-checking/verify-rust-std@8b1d874 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 8b1d874

deny unsafe_op_in_unsafe_fn for teeos

File tree

1 file changed

lines changed

1 file changed

lines changed

Lines changed: 1 addition & 0 deletions

Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@
2 2 //!
3 3 //! This module contains the facade (aka platform-specific) implementations of
4 4 //! OS level functionality for Teeos.
5 +#![deny(unsafe_op_in_unsafe_fn)]
5 6 #![allow(unused_variables)]
6 7 #![allow(dead_code)]
7 8