Skip to content

Implement core::fmt::Display for ParseError#477

Merged
Peternator7 merged 2 commits intomasterfrom
peternator7/parse-error-core
Feb 22, 2026
Merged

Implement core::fmt::Display for ParseError#477
Peternator7 merged 2 commits intomasterfrom
peternator7/parse-error-core

Conversation

@Peternator7
Copy link
Owner

strum::ParseError can implement core::fmt::Display.

core::error::Error wasn't added to core until 1.81

Fixes #453

@Peternator7 Peternator7 changed the title Display exists in core Implement core::fmt::Display for ParseError Feb 22, 2026
@Peternator7 Peternator7 merged commit 26e63cd into master Feb 22, 2026
6 checks passed
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.

Remove std dependency for Error and Display trait implementations

1 participant