aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2021-04-04 10:06:01 +0100
committerAleksey Kladov <[email protected]>2021-04-04 10:06:01 +0100
commitd1474ae51806cd5382c988fac1cf70a7f2718f4a (patch)
tree36350873c4d6721f6b20754c245d2ec61987761e /Cargo.lock
parentc9bcbf9a43eb0bf1a5255f704080305e568f0a36 (diff)
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.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4531d8fb1..05383d8b7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -498,7 +498,6 @@ version = "0.0.0"
498dependencies = [ 498dependencies = [
499 "anymap", 499 "anymap",
500 "base_db", 500 "base_db",
501 "bitflags",
502 "cfg", 501 "cfg",
503 "cov-mark", 502 "cov-mark",
504 "dashmap", 503 "dashmap",