Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
clippy::result_large_err
✗ CI failure Lorenz Leutgeb committed 10 months ago
commit 2c3c4e78c4f27282437461d6482d2f3a019c2b7b
parent 35b7708108f01b9167f76701124297e2e2235cbc
1 failed (1 total) View logs
2 files changed +3 -0
modified crates/radicle-remote-helper/src/lib.rs
@@ -1,4 +1,6 @@
#![warn(clippy::unwrap_used)]
+
#![allow(clippy::result_large_err)]
+

//! The Radicle Git remote helper.
//!
//! Communication with the user is done via `stderr` (`eprintln`).
modified crates/radicle/src/lib.rs
@@ -2,6 +2,7 @@
#![allow(clippy::too_many_arguments)]
#![allow(clippy::iter_nth_zero)]
#![warn(clippy::unwrap_used)]
+
#![allow(clippy::result_large_err)]

pub extern crate radicle_crypto as crypto;