Remove empty argument lists from do expressions
This commit is contained in:
committed by
Brian Anderson
parent
718849b202
commit
f2e2a14f36
@@ -211,7 +211,7 @@ fn monitor(+f: fn~(diagnostic::emitter)) {
|
||||
let p = comm::port();
|
||||
let ch = comm::chan(p);
|
||||
|
||||
alt do task::try || {
|
||||
alt do task::try {
|
||||
|
||||
// The 'diagnostics emitter'. Every error, warning, etc. should
|
||||
// go through this function.
|
||||
|
||||
Reference in New Issue
Block a user