Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In `deploy::test::{low_level_simple, low_level_skip}`, `Default::default()` was used to construct a `BTreeMap`, with the only indication of the variable's type being the signature of `RealActionRunner::new()`, which it was passed by reference to. Clippy's default-trait-access lint caught this.
- Loading branch information