note why forbid-unsafe does not work

This commit is contained in:
Stephan Dilly 2020-03-29 15:13:37 +02:00
parent 76bd93dca1
commit 9282c360e8

View file

@ -1,4 +1,6 @@
#![deny(clippy::all)]
//TODO: the crossbeam::select macro uses unsafe :(
// #![forbid(unsafe_code)]
mod app;
mod components;