Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ref(config): Remove unneeded Result from Config::from_file #2361

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

szokeasaurusrex
Copy link
Member

This function does not need to return a Result, as it can never fail.

Ref #2357

Base automatically changed from szokeasaurusrex/enable-wrap-lint to master January 24, 2025 10:21
@szokeasaurusrex szokeasaurusrex force-pushed the szokeasaurusrex/no-result-config branch 2 times, most recently from 96362dd to 5a8ad81 Compare January 24, 2025 10:26
This function does not need to return a `Result`, as it can never fail.

Ref #2357
@szokeasaurusrex szokeasaurusrex force-pushed the szokeasaurusrex/no-result-config branch from 5a8ad81 to 0c1b62f Compare January 24, 2025 10:29
@szokeasaurusrex szokeasaurusrex merged commit 0c1b62f into master Jan 24, 2025
14 checks passed
@szokeasaurusrex szokeasaurusrex deleted the szokeasaurusrex/no-result-config branch January 24, 2025 10:32
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.

2 participants