You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`make clippy UNSAFE_BLOCKS=1` will enable
`clippy::undocumented_unsafe_blocks` warnings. This can help the effort
to reduce them. If it's set we remove `-D warnings` since `clippy`
will exit after checking the first module that contains them.
Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
0 commit comments