1---
2name: Bug fix
3about: A bug squashed.
4
5---
6
7**Related bugs:**
8This bug fix closes issue #???.
9
10**Description of problem:**
11Describe what was causing the related issue to happen.
12
13**Description of solution:**
14Describe the rationale behind the fix.
15
16**Checklist:**
17The CI will check all of these, but you'll need to have done them:
18
19* [ ] `cargo fmt -- --check` passes.
20* [ ] `cargo +nightly clippy` has no warnings.
21* [ ] `cargo test` passes.
22