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

use core::error::Error #11317

Merged
merged 1 commit into from
Sep 29, 2024
Merged

use core::error::Error #11317

merged 1 commit into from
Sep 29, 2024

Conversation

tcoratger
Copy link
Contributor

Should close #11312

#[cfg(feature = "std")]
impl std::error::Error for ProviderError {
fn source(&self) -> Option<&(dyn std::error::Error + 'static)> {
impl core::error::Error for ProviderError {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is the std feature here (and in the other changed files) used for anything in their respective crates anymore?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes normally I checked and I see in the two or three crates concerned another use either for display, std::path::PathBuf or another use

@onbjerg onbjerg added this pull request to the merge queue Sep 29, 2024
@onbjerg onbjerg added the C-debt Refactor of code section that is hard to understand or maintain label Sep 29, 2024
Merged via the queue into paradigmxyz:main with commit 55bf29e Sep 29, 2024
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-debt Refactor of code section that is hard to understand or maintain
Projects
None yet
Development

Successfully merging this pull request may close these issues.

use core::error::Error
2 participants