rust/tests/source/configs-space_after_bound_colon-true.rs

7 lines
105 B
Rust
Raw Normal View History

// rustfmt-space_after_bound_colon: true
// Space after bound colon
fn lorem<T:Eq>(t:T) {
// body
}