Skip to content

Commit cf02c67

Browse files
author
Eric Holk
committed
Removing the TODO comment.
1 parent 8d10594 commit cf02c67

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/comp/middle/typeck.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1510,10 +1510,6 @@ mod Pushdown {
15101510
}
15111511

15121512
case (ast::expr_spawn(?dom, ?name, ?func, ?args, ?ann)) {
1513-
// TODO: This is copied from call, since spawn is sort of like
1514-
// a call expression. However, it's not doing anything with
1515-
// the domain or name parameters.
1516-
15171513
// NB: we call 'Demand::autoderef' and pass in adk only in
15181514
// cases where e is an expression that could *possibly*
15191515
// produce a box; things like expr_binary or expr_bind can't,

0 commit comments

Comments
 (0)