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

2 lines
96 B
Rust
Raw Normal View History

crate::newtype!(BranchName: String, derive_more::Display, Default: "The name of a Git branch");