aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-10-03 12:27:34 +0100
committerAkshay <[email protected]>2021-10-03 12:28:38 +0100
commitfc6409142e68335addc65763a1733526130256b0 (patch)
treee39163c7705268645b4afcb042d1bc59faec80b9 /Cargo.lock
parentc5c4b55c2b3a3fb824c3fd64e33bb30f1b011b71 (diff)
new lint: collapsible_let_in
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index bae8674..8b371ea 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -64,6 +64,7 @@ dependencies = [
64 "lazy_static", 64 "lazy_static",
65 "macros", 65 "macros",
66 "rnix", 66 "rnix",
67 "rowan",
67] 68]
68 69
69[[package]] 70[[package]]