Minor, cleanup API
This commit is contained in:
@@ -145,7 +145,7 @@ impl FunctionBuilder {
|
||||
self.type_params,
|
||||
self.params,
|
||||
fn_body,
|
||||
Some(make::ret_type(make::ty("()"))),
|
||||
Some(make::ret_type(make::ty_unit())),
|
||||
);
|
||||
let leading_ws;
|
||||
let trailing_ws;
|
||||
|
||||
Reference in New Issue
Block a user