From d1474ae51806cd5382c988fac1cf70a7f2718f4a Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sun, 4 Apr 2021 12:06:01 +0300 Subject: Check if bitflags deps pulls its weight Bitflags is generally a good dependency -- it's lightweight, well maintained and embraced by the ecosystem. I wonder, however, do we really need it? Doesn't feel like it adds much to be honest. --- crates/hir_def/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'crates/hir_def/Cargo.toml') diff --git a/crates/hir_def/Cargo.toml b/crates/hir_def/Cargo.toml index 60adb655c..43324d8d9 100644 --- a/crates/hir_def/Cargo.toml +++ b/crates/hir_def/Cargo.toml @@ -10,7 +10,6 @@ edition = "2018" doctest = false [dependencies] -bitflags = "1.2.1" cov-mark = { version = "1.1", features = ["thread-local"] } dashmap = { version = "4.0.2", features = ["raw-api"] } log = "0.4.8" -- cgit v1.2.3