1
Fork 0

Stop using derivative in rustc_pattern_analysis

This commit is contained in:
Laurențiu Nicola 2024-01-27 14:18:33 +02:00
parent 8b6a431b3d
commit f5c78955c8
7 changed files with 191 additions and 26 deletions

View file

@ -5,7 +5,6 @@ edition = "2021"
[dependencies]
# tidy-alphabetical-start
derivative = "2.2.0"
rustc-hash = "1.1.0"
rustc_apfloat = "0.2.0"
rustc_arena = { path = "../rustc_arena", optional = true }