diff --git a/crates/radicle-fetch/src/stage.rs b/crates/radicle-fetch/src/stage.rs index be242205..88b7cfbd 100644 --- a/crates/radicle-fetch/src/stage.rs +++ b/crates/radicle-fetch/src/stage.rs @@ -1,3 +1,6 @@ +// Weird lint, see +#![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 diff --git a/crates/radicle/src/git/canonical/rules.rs b/crates/radicle/src/git/canonical/rules.rs index 96d70800..da9bd7fd 100644 --- a/crates/radicle/src/git/canonical/rules.rs +++ b/crates/radicle/src/git/canonical/rules.rs @@ -1,3 +1,6 @@ +// Weird lint, see +#![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