]> git.lizzy.rs Git - rust.git/blob - tests/source/configs-use_try_shorthand-false.rs
Update tests
[rust.git] / tests / source / configs-use_try_shorthand-false.rs
1 // rustfmt-use_try_shorthand: false
2 // Use try! shorthand
3
4 fn main() {
5     let lorem = try!(ipsum.map(|dolor| dolor.sit()));
6 }