refactor: Config::default_adapter returns an error if no default set
modified src/bin/cib.rs
@@ -175,11 +175,7 @@ impl QueuedCmd {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -270,11 +266,7 @@ impl ProcessEventsCmd {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -338,8 +330,8 @@ enum CibError {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified src/config.rs
@@ -60,8 +60,9 @@ impl Config {
|
|
|
|
|
|
| - | |
| + | |
|
|
| + | |
|
|
|
|
|
@@ -137,6 +138,10 @@ pub enum ConfigError {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|