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

feat: avoid collisions of imports due to derive-generated code #14

Merged
merged 1 commit into from
Mar 4, 2021

Conversation

frol
Copy link
Collaborator

@frol frol commented Mar 3, 2021

Resolves #11

@frol frol requested a review from ailisp as a code owner March 3, 2021 18:06
@frol frol force-pushed the feat/avoid-collisions-of-imports-on-derives branch from 350d827 to 8b1e237 Compare March 3, 2021 18:06
// Borsh macros should not collide with the local modules:
// https://github.com/near/borsh-rs/issues/11
mod std {}
mod core {}
Copy link
Member

Choose a reason for hiding this comment

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

Interesting test :D

@frol frol merged commit 985a20b into master Mar 4, 2021
@frol frol mentioned this pull request May 31, 2023
@frol frol deleted the feat/avoid-collisions-of-imports-on-derives branch June 2, 2023 20:03
@frol frol mentioned this pull request Jun 6, 2023
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.

bug: could not find result in core
2 participants