Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
refactor: drop unused default_adapter_name
Lars Wirzenius committed 1 year ago
commit 67ec871f238b4c0d6e71d59b4e72fc8205b4cff5
parent b8171031f6e44db7159c40b2fd66b0da7830fba0
1 file changed +0 -4
modified src/config.rs
@@ -56,10 +56,6 @@ impl Config {
        &self.filters
    }

-
    pub fn default_adapter_name(&self) -> &str {
-
        &self.default_adapter
-
    }
-

    pub fn default_adapter(&self) -> Result<&AdapterConfig, ConfigError> {
        self.adapters
            .get(&self.default_adapter)