rust/tests/target/configs-space_after_bound_colon-true.rs
2017-05-01 15:58:04 +02:00

6 lines
107 B
Rust

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