fuzzer: Remove send and recv
This commit is contained in:
parent
03174b4379
commit
6e06893819
@ -69,8 +69,6 @@ fn safe_to_steal(e: ast::expr_) -> bool {
|
||||
}
|
||||
}
|
||||
ast::expr_cast(_, _) { false }
|
||||
ast::expr_send(_, _) { false }
|
||||
ast::expr_recv(_, _) { false }
|
||||
ast::expr_assert(_) { false }
|
||||
ast::expr_binary(_, _, _) { false }
|
||||
ast::expr_assign(_, _) { false }
|
||||
|
Loading…
x
Reference in New Issue
Block a user