mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-13 09:05:00 +00:00
7 lines
121 B
Rust
7 lines
121 B
Rust
// rustfmt-spaces_within_parens: true
|
|
// Spaces within parens
|
|
|
|
fn lorem<T: Eq>(t: T) {
|
|
let lorem = (ipsum, dolor);
|
|
}
|