git-next/crates/config/src/branch_name.rs
Paul Campbell 5e9f9eb80f
All checks were successful
Rust / build (push) Successful in 1m21s
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
refactor: start to use newtype macro
2024-06-19 06:45:45 +01:00

2 lines
65 B
Rust

// The name of a Branch
crate::newtype!(BranchName is a String);