aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-10-27 15:20:52 +0100
committerAkshay <[email protected]>2021-10-27 20:03:48 +0100
commit8eccf15964e09c2e024710512e671c6b1b88e885 (patch)
treeda902a799840c3031f2ca68e3be39e3f101b05eb /bin
parentf909b20c540ea99dddfd04b8439ee35b8dd703b8 (diff)
add 3 new lints, bump to v0.2.3v0.2.3
- empty_pattern - redundant_pattern_bind - unquoted_splice
Diffstat (limited to 'bin')
-rw-r--r--bin/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Cargo.toml b/bin/Cargo.toml
index 971fb47..78f4b9c 100644
--- a/bin/Cargo.toml
+++ b/bin/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "statix" 2name = "statix"
3version = "0.2.2" 3version = "0.2.3"
4edition = "2018" 4edition = "2018"
5license = "MIT" 5license = "MIT"
6 6