Skip to content

Commit

Permalink
use vec instead of btree
Browse files Browse the repository at this point in the history
  • Loading branch information
knickish committed Oct 11, 2024
1 parent 0cf0502 commit 261801a
Show file tree
Hide file tree
Showing 3 changed files with 185 additions and 273 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ structdiff-derive = { path = "derive", version = "=0.7.1" }
bincode = "1.3.3"
assert_unordered = "0.3.5"
nanorand = { version = "0.7.0" }
pretty_assertions = "1.4.1"

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(unused)'] }
3 changes: 3 additions & 0 deletions derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ serde = { version = "^1.0.0", optional = true, features = ["derive
"serde" = ["dep:serde"]
"debug_diffs" = []
"generated_setters" = []

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(unused)'] }
Loading

0 comments on commit 261801a

Please sign in to comment.