Fix to never have undefined iteration order and lint against it (#4665)

This commit is contained in:
Jonathan Tran
2024-12-05 12:09:35 -05:00
committed by GitHub
parent 1495cc6d18
commit 2bf20988ef
12 changed files with 43 additions and 20 deletions

View File

@ -27,3 +27,6 @@ anyhow = "1.0.93"
expectorate = "1.1.0"
pretty_assertions = "1.4.1"
rustfmt-wrapper = "0.2.1"
[lints]
workspace = true