Skip to content

Add changelog entry #2069

Add changelog entry

Add changelog entry #2069

GitHub Actions / clippy succeeded Nov 1, 2023 in 0s

reviewdog [clippy] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (1)

testgen/src/tester.rs|328 col 14| error: use of or_insert_with to construct default value
--> testgen/src/tester.rs:328:14
|
328 | .or_insert_with(Vec::new)
| ^^^^^^^^^^^^^^^^^^^^^^^^ help: try: or_default()
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unwrap_or_default
= note: -D clippy::unwrap-or-default implied by -D warnings