Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW
✗ CI failure Fintan Halpenny committed 7 months ago
commit 0db6602c1bc79c30d3351e43384d37f33e7b1bef
parent 212942145cafbdabadfb85dd3feb616b463efd40
1 failed (1 total) View logs
1 file changed +2 -2
modified crates/radicle-git-ref-format/src/lib.rs
@@ -20,10 +20,10 @@
//! ### Drawback
//!
//! The main drawback is that the macros in this crate cannot provide compile
-
//! time validation of the argument. Thus, these macros must should be used in
+
//! time validation of the argument. Thus, these macros must be used in
//! conjunction with testing: If all generated objects are used in tests, and
//! these tests are run, then the guarantees are equally strong. Consumers that
-
//! do not or can not test their code should not use the macros then.
+
//! do not or cannot test their code should not use the macros then.

pub use git_ref_format_core::*;