Mark unsafe fns as unsafe
Open
- Dominant language
- Rust
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
This ought to be an unsafe fn:
```rust
pub fn with_inner_raising_prio<'a, F, O>(this: &'a Self, prio: Priority, mut action: F) -> O
```
I think `with_inner_lowering_prio` also needs done.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.