Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
spec_exec: don't use wildcard '_' in QueryError match
Since last time, during error refactor I introduced a silent bug to the code (scylladb#1075), I'd like to prevent that from happening in the future. This is why we replace a `_` match with explicit error variants when deciding if error received from speculative execution should be ignored. We also enabled the `wildcard_enum_match_arm` clippy lint.
- Loading branch information