Remove empty argument lists from do expressions
This commit is contained in:
parent
718849b202
commit
f2e2a14f36
62 changed files with 265 additions and 265 deletions
|
|
@ -27,7 +27,7 @@ class and_then_get_big_again {
|
|||
}
|
||||
|
||||
fn main() {
|
||||
do task::spawn || {
|
||||
do task::spawn {
|
||||
getbig_and_fail(400);
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue