Skip to content

chore: remove unused ConfigError from plaindriver#458

Open
Galoretka wants to merge 1 commit into
TaceoLabs:mainfrom
Galoretka:chore/remove-dead-configerror-plaindriver
Open

chore: remove unused ConfigError from plaindriver#458
Galoretka wants to merge 1 commit into
TaceoLabs:mainfrom
Galoretka:chore/remove-dead-configerror-plaindriver

Conversation

@Galoretka
Copy link
Copy Markdown

The ConfigError wrapper around figment::error::Error was never referenced. Config::parse returns Result<Self, Boxfigment::error::Error>, and call sites handle errors directly via color_eyre::Context. Other binaries use the same boxed-figment pattern without a custom error type. Therefore, ConfigError was dead code and has been removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant