aboutsummaryrefslogtreecommitdiff
path: root/lib/Cargo.toml
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 /lib/Cargo.toml
parentc5c4b55c2b3a3fb824c3fd64e33bb30f1b011b71 (diff)
new lint: collapsible_let_in
Diffstat (limited to 'lib/Cargo.toml')
-rw-r--r--lib/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Cargo.toml b/lib/Cargo.toml
index e371c5d..e9e9e69 100644
--- a/lib/Cargo.toml
+++ b/lib/Cargo.toml
@@ -10,3 +10,4 @@ rnix = "0.9.0"
10if_chain = "1.0" 10if_chain = "1.0"
11macros = { path = "../macros" } 11macros = { path = "../macros" }
12lazy_static = "1.0" 12lazy_static = "1.0"
13rowan = "0.12.5"