Skip to content

Commit b085d3b

Browse files
committed
fix: missing dep
1 parent 5821b2e commit b085d3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,4 +194,7 @@ too_many_lines = "allow"
194194
# if we need it const, make it const.
195195
# no need to make everything that can be const, const
196196
missing_const_for_fn = "allow"
197+
198+
[dev-dependencies]
199+
pretty_assertions = "1.4.1"
197200
# ---

0 commit comments

Comments
 (0)