Files
rust/library/std/src
bors 3ea9ad5324 Auto merge of #111134 - GilShoshan94:remove-send-bound-on-error, r=dtolnay
Remove unnecessary Send bound

Hi,

While working on a [PR on Tokio](https://github.com/tokio-rs/tokio/pull/5666), I took inspiration from the std channel mpsc and stumbled on a `Send` bound for a `Error` impl.

Tokio's maintainer `@Darksonn` pointed out to me that `Error` used to required the `Send` bound long time ago (here https://github.com/rust-lang/rust/pull/23541).

In the meantime, the `Send` bound `Error` got removed (see https://github.com/rust-lang/rust/pull/21312 and https://github.com/rust-lang/rust/pull/23799).

So here a PR to removed this bound for `SendError<T>`, `TrySendError<T>` and `SendTimeoutError<T>`.
2023-05-16 04:03:26 +00:00
..
2023-04-16 06:49:27 +00:00
2023-04-12 19:27:18 +02:00
2023-05-15 10:13:08 +03:00
2023-05-01 13:25:09 +02:00
2023-04-27 15:56:57 +02:00
2023-05-03 15:47:11 +03:00
2023-05-03 22:09:33 -07:00
2023-05-15 10:13:08 +03:00
2023-05-10 19:36:01 +02:00
2023-04-29 19:04:16 +08:00