aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-10-02 06:20:47 +0100
committerAkshay <[email protected]>2021-10-02 06:21:27 +0100
commita60429891fe9eb5290f95a52dd5e56f62d25d344 (patch)
tree3623ae9c2204e666adcacf9403599378af49e5e7 /Cargo.lock
parent2dacf12a3df91f27e5f290dcf495378076da3eed (diff)
new lint: empty-let-in
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock20
1 files changed, 10 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f222d10..bae8674 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -24,16 +24,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" 24checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
25 25
26[[package]] 26[[package]]
27name = "bin"
28version = "0.1.0"
29dependencies = [
30 "anyhow",
31 "ariadne",
32 "lib",
33 "rnix",
34]
35
36[[package]]
37name = "cbitset" 27name = "cbitset"
38version = "0.2.0" 28version = "0.2.0"
39source = "registry+https://github.com/rust-lang/crates.io-index" 29source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -158,6 +148,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
158checksum = "b203e79e90905594272c1c97c7af701533d42adaab0beb3859018e477d54a3b0" 148checksum = "b203e79e90905594272c1c97c7af701533d42adaab0beb3859018e477d54a3b0"
159 149
160[[package]] 150[[package]]
151name = "statix"
152version = "0.1.0"
153dependencies = [
154 "anyhow",
155 "ariadne",
156 "lib",
157 "rnix",
158]
159
160[[package]]
161name = "syn" 161name = "syn"
162version = "1.0.76" 162version = "1.0.76"
163source = "registry+https://github.com/rust-lang/crates.io-index" 163source = "registry+https://github.com/rust-lang/crates.io-index"