rust/tests/target/configs-space_after_bound_colon-false.rs

7 lines
107 B
Rust
Raw Normal View History

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