summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/configs/use_try_shorthand/true.rs
blob: d3aa035792c277a40ceb504000ccbd8a604205a4 (plain)
1
2
3
4
5
6
// rustfmt-use_try_shorthand: true
// Use try! shorthand

fn main() {
    let lorem = ipsum.map(|dolor| dolor.sit())?;
}