Skip to content

Use fully scoped names in derive macros#96

Merged
frankmcsherry merged 1 commit intomasterfrom
correct_derives
Mar 19, 2026
Merged

Use fully scoped names in derive macros#96
frankmcsherry merged 1 commit intomasterfrom
correct_derives

Conversation

@frankmcsherry
Copy link
Copy Markdown
Owner

The derive macro used Result and a few instances of std:: which should be better qualified to 1. avoid clashes with io::Result and 2. to use no_std appropriate paths.

@frankmcsherry frankmcsherry merged commit f633d2a into master Mar 19, 2026
6 checks passed
@frankmcsherry frankmcsherry deleted the correct_derives branch March 19, 2026 23:48
@github-actions github-actions bot mentioned this pull request Mar 19, 2026
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