teor
|
42ef8846b3
|
fix(clippy): resolve or disable new nightly clippy lints (#4739)
* Fix new dead_code lints in generated pin-project code
* Fix and ignore new needless_borrow lints
|
2022-07-05 11:04:47 +10:00 |
teor
|
306fa88214
|
Document the correctness of Poll::Pending wakeups
|
2021-03-27 08:55:49 -04:00 |
Henry de Valence
|
ecda5445d5
|
tower-fallback: switch to Box<dyn Error + Send + Sync + 'static>
Previously the code used Either for error handling, but a boxed std Error is
smaller in the happy path and more useful.
|
2020-07-15 10:09:37 -07:00 |
Henry de Valence
|
4be0a8edc3
|
tower-fallback: add implementation.
|
2020-07-15 10:09:37 -07:00 |