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 8 months ago
commit 8c8bde1628fc88810130931874e61413e3f61f69
parent d9fe7f4cf296e4f0c002f8aa681866db36a99be1
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