Add clippy no_unwrap to the other crates

Remove some unwrap from poksho and futures crates
This commit is contained in:
Jack Lloyd
2021-03-03 13:16:12 -05:00
parent 14060ae168
commit a56874e3e1
10 changed files with 34 additions and 12 deletions

View File

@@ -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::*;