mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-12 13:28:13 +00:00
internal: move make::expr_unit
to make::ext::expr_unit
`expr_unit` is just a shortcut for a common expression, so it belongs in `make::ext`
This commit is contained in:
parent
f388482119
commit
905e1e1fc0
8 changed files with 18 additions and 18 deletions
|
@ -550,7 +550,7 @@ mod tests {
|
|||
None,
|
||||
None,
|
||||
make::param_list(None, []),
|
||||
make::block_expr([], Some(make::expr_unit())),
|
||||
make::block_expr([], Some(make::ext::expr_unit())),
|
||||
Some(make::ret_type(make::ty_unit())),
|
||||
false,
|
||||
false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue