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

Swap macro re-export modules (#405) #406

Merged
merged 12 commits into from
Sep 9, 2024
Merged

Conversation

tyranron
Copy link
Collaborator

@tyranron tyranron commented Aug 29, 2024

Resolves #405

As was decided in #405, the crate's root should re-export only macros. Re-exporting of macros along with their corresponding traits should be moved to with_trait module.

Checklist

  • Documentation is updated
  • Tests are added/updated
  • CHANGELOG entry is added

@tyranron tyranron self-assigned this Aug 29, 2024
@tyranron tyranron added this to the 2.0.0 milestone Aug 29, 2024
@tyranron tyranron marked this pull request as ready for review August 30, 2024 00:37
@tyranron tyranron requested a review from JelteF August 30, 2024 00:37
@JelteF
Copy link
Owner

JelteF commented Sep 8, 2024

Needs a rebase because this was merged: #410

src/lib.rs Outdated Show resolved Hide resolved
src/lib.rs Show resolved Hide resolved
JelteF
JelteF previously approved these changes Sep 8, 2024
Copy link
Owner

@JelteF JelteF left a comment

Choose a reason for hiding this comment

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

Feel free to merge after you fix the above issues

Co-authored-by: Jelte Fennema-Nio <github-tech@jeltef.nl>
# Conflicts:
#	impl/doc/from_str.md
#	impl/doc/try_into.md
#	impl/src/try_from.rs
@tyranron
Copy link
Collaborator Author

tyranron commented Sep 9, 2024

@JelteF

Feel free to merge after you fix the above issues

I'd like to, but it's impossible without your approval at the moment, as I cannot approve PRs created by myself.

@tyranron tyranron requested a review from JelteF September 9, 2024 21:41
@tyranron tyranron enabled auto-merge (squash) September 9, 2024 21:41
@tyranron tyranron merged commit 3216eaf into master Sep 9, 2024
17 checks passed
@tyranron tyranron deleted the 405-swap-reexport-modules branch September 9, 2024 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stop exporting traits by default and early 2.0 release
2 participants