handle shadowing

This commit is contained in:
Aleksey Kladov 2018-08-31 15:53:52 +03:00
parent 78d60a549d
commit cdb9b4cbf4
2 changed files with 21 additions and 3 deletions

View file

@ -10,7 +10,7 @@ text_unit = "0.1.4"
itertools = "0.7.8"
drop_bomb = "0.1.4"
parking_lot = "0.6.0"
smol_str = "0.1.0"
smol_str = "0.1.4"
[dev-dependencies]
test_utils = { path = "../test_utils" }