Closed marc0246 closed 1 month ago
This is taking inspiration from Rust's expansion of derive(Clone, Copy), where each bound only takes up one line (instead of the 7 we had before), making it easier to look at the expansion.
derive(Clone, Copy)
This is taking inspiration from Rust's expansion of
derive(Clone, Copy)
, where each bound only takes up one line (instead of the 7 we had before), making it easier to look at the expansion.