mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
handle shadowing
This commit is contained in:
parent
78d60a549d
commit
cdb9b4cbf4
2 changed files with 21 additions and 3 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue