git-next/crates/config/src/branch_name.rs

3 lines
65 B
Rust
Raw Normal View History

2024-06-16 08:00:43 +01:00
// The name of a Branch
crate::newtype!(BranchName is a String);