Skip to content

Commit 06d3e87

Browse files
authored
Merge branch 'master' into include_default_trait_access
2 parents 9502398 + b78cb6a commit 06d3e87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ authors = ["Anshul Malik <[email protected]>"]
88
num-bigint = { version = "0.4", optional = true }
99
num-traits = { version = "0.2", optional = true }
1010
rand = "0.8"
11-
rand_chacha = "0.3"
1211
nalgebra = "0.33.0"
1312

1413
[dev-dependencies]
@@ -144,6 +143,8 @@ cfg_not_test = { level = "allow", priority = 1 }
144143
field_scoped_visibility_modifiers = { level = "allow", priority = 1 }
145144
unused_trait_names = { level = "allow", priority = 1 }
146145
used_underscore_items = { level = "allow", priority = 1 }
146+
arbitrary_source_item_ordering = { level = "allow", priority = 1 }
147+
map_with_unused_argument_over_ranges = { level = "allow", priority = 1 }
147148
# nursery-lints:
148149
branches_sharing_code = { level = "allow", priority = 1 }
149150
cognitive_complexity = { level = "allow", priority = 1 }

0 commit comments

Comments
 (0)