Merge pull request #3334 from Skgland/stable-order

use BTree{Map,Set} to ensure a stable order based on the key/entry
This commit is contained in:
Mark Thom
2026-05-22 22:56:13 -06:00
committed by GitHub
3 changed files with 13 additions and 14 deletions

View File

@@ -33,7 +33,6 @@ function_casts_as_integer = "deny"
[build-dependencies]
indexmap = "2.3.0"
proc-macro2 = "1.0.86"
quote = "1.0.36"
strum = "0.26"