cargo fmt

This commit is contained in:
Sébastien Besnier 2020-11-03 10:57:57 +01:00
parent 94006f1d8f
commit cfbfbf09be

View file

@ -870,7 +870,7 @@ fn parse_def_signature<'a>(
let defs = defs.into_bump_slice();
(Expr::Defs(defs, arena.alloc(loc_ret)), state)
(Expr::Defs(defs, arena.alloc(loc_ret)), state)
},
)
}