| |
//! ### 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::*;
|
| |
|