rust/tests/target/configs-closure_block_indent_threshold--1.rs

8 lines
188 B
Rust
Raw Normal View History

// rustfmt-closure_block_indent_threshold: -1
fn issue1755() {
b.iter(|| {
dfkljdklgjdlkfgjdlkgjldkjfgkdjgldjfgkljdfklgjlkdjfgkljdflkgjlkdfjgdjfsas::expect("parse")
});
}