mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
note why forbid-unsafe does not work
This commit is contained in:
parent
76bd93dca1
commit
9282c360e8
1 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,6 @@
|
|||
#![deny(clippy::all)]
|
||||
//TODO: the crossbeam::select macro uses unsafe :(
|
||||
// #![forbid(unsafe_code)]
|
||||
|
||||
mod app;
|
||||
mod components;
|
||||
|
|
|
|||
Loading…
Reference in a new issue