crossbeam
crossbeam copied to clipboard
Implement fmt::Display for CachePadded where T: Display
Would it be possible to implement Display for CachePadded<T> where T: Display.
This makes adding CachePadded around a variable slightly less intrusive a change.