Sign in
rust
/
rustfmt
/
refs/heads/libsyntax
/
.
/
tests
/
target
/
configs-spaces_within_angle_brackets-false.rs
blob: 3823216f4336e31d6e81782d85c1ab066bbf7000 [
file
] [
log
] [
blame
]
// rustfmt-spaces_within_angle_brackets: false
// Spaces within angle-brackets
fn
lorem
<
T
:
Eq
>(
t
:
T
)
{
// body
}