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: impl Display for CachePadded<T> #1097

Merged
merged 2 commits into from Apr 19, 2024

Conversation

joshua-mo-143
Copy link
Contributor

@joshua-mo-143 joshua-mo-143 commented Apr 1, 2024

Aims to solve #1043.

I have followed the Debug implementation. Some guidance may be required on whether we want to print the inner value or not.

Closes #1043

Co-authored-by: Taiki Endo <te316e89@gmail.com>
Copy link
Member

@taiki-e taiki-e left a comment

Choose a reason for hiding this comment

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

Thanks!

@taiki-e taiki-e merged commit 2128578 into crossbeam-rs:master Apr 19, 2024
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Implement fmt::Display for CachePadded where T: Display
2 participants