| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
The contract of FusedFuture says that a future may not be polled when resolved, not that it is safe to poll it afterwards
|
|
`err_derive` is unmaintained and will probably stop working with rust
edition 2024. `thiserror` is almost a drop-in replacement. This commit
simply replaces all occurences of `derive(err_derive::Error)` with
`derive(thiserror::Error)` and fixes the attributes, but the Error and
Display impls should be identical.
|
|
This commit tries to manually fix the clippy warnings that are fairly
straightforward and do not have rippling effects on the codebase nor
have a very high chance of causing bugs.
|
|
|