mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-10 06:47:34 +00:00
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…
Reference in New Issue
Block a user