use crate::settings::Setting; use super::DefaultBranch; impl Setting for DefaultBranch { fn name() -> &'static str { "default_branch" } }