Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
clippy: Allow doc_overindented_list_items
Lorenz Leutgeb committed 9 months ago
commit 5bab3f9cc02d6337e2cc9eb068bca60e6e7a91c7
parent 906803378945c2272a0ca381b03a8da3ff432a38
2 files changed +6 -0
modified crates/radicle-fetch/src/stage.rs
@@ -1,3 +1,6 @@
+
// Weird lint, see <https://github.com/rust-lang/rust-clippy/issues/14275>
+
#![allow(clippy::doc_overindented_list_items)]
+

//! The Radicle fetch protocol can be split into two actions: `clone`
//! and `pull`. Each of these actions will interact with the server in
//! multiple stages, where each stage will perform a single roundtrip
modified crates/radicle/src/git/canonical/rules.rs
@@ -1,3 +1,6 @@
+
// Weird lint, see <https://github.com/rust-lang/rust-clippy/issues/14275>
+
#![allow(clippy::doc_overindented_list_items)]
+

//! Implementation of RIP-0004 Canonical References
//!
//! [`RawRules`] is intended to be deserialized and then validated into a set of