File tree Expand file tree Collapse file tree 5 files changed +4
-2
lines changed Expand file tree Collapse file tree 5 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4444//!
4545//! [`BorrowedFd<'a>`]: crate::os::solid::io::BorrowedFd
4646
47- #![ deny( unsafe_op_in_unsafe_fn) ]
4847#![ unstable( feature = "solid_ext" , issue = "none" ) ]
4948
5049use crate :: fmt;
Original file line number Diff line number Diff line change 11#![ stable( feature = "rust1" , since = "1.0.0" ) ]
2+ #![ forbid( unsafe_op_in_unsafe_fn) ]
23
34pub mod ffi;
45pub mod io;
Original file line number Diff line number Diff line change 11#![ allow( dead_code) ]
22#![ allow( missing_docs, nonstandard_style) ]
3- #![ deny ( unsafe_op_in_unsafe_fn) ]
3+ #![ forbid ( unsafe_op_in_unsafe_fn) ]
44
55pub mod abi;
66
Original file line number Diff line number Diff line change 11//! Mutex implementation backed by μITRON mutexes. Assumes `acre_mtx` and
22//! `TA_INHERIT` are available.
3+ #![ forbid( unsafe_op_in_unsafe_fn) ]
34
45use crate :: sys:: pal:: itron:: {
56 abi,
Original file line number Diff line number Diff line change 11//! A readers-writer lock implementation backed by the SOLID kernel extension.
2+ #![ forbid( unsafe_op_in_unsafe_fn) ]
23
34use crate :: sys:: pal:: {
45 abi,
You can’t perform that action at this time.
0 commit comments