feat: check at configuration load time that default adapter is set if needec
modified src/config.rs
@@ -83,6 +83,10 @@ impl Config {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -221,7 +225,9 @@ pub enum ConfigError {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|