mirror of
https://github.com/signalapp/libsignal.git
synced 2026-04-25 17:25:18 +02:00
Add clippy no_unwrap to the other crates
Remove some unwrap from poksho and futures crates
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
//
|
||||
|
||||
#![allow(clippy::missing_safety_doc)]
|
||||
#![warn(clippy::unwrap_used)]
|
||||
|
||||
use libc::{c_char, c_uchar, c_uint, size_t};
|
||||
use libsignal_bridge::ffi::*;
|
||||
|
||||
Reference in New Issue
Block a user