diff options
author | Akshay <[email protected]> | 2021-10-27 15:20:52 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-10-27 20:03:48 +0100 |
commit | 8eccf15964e09c2e024710512e671c6b1b88e885 (patch) | |
tree | da902a799840c3031f2ca68e3be39e3f101b05eb /bin/Cargo.toml | |
parent | f909b20c540ea99dddfd04b8439ee35b8dd703b8 (diff) |
add 3 new lints, bump to v0.2.3v0.2.3
- empty_pattern
- redundant_pattern_bind
- unquoted_splice
Diffstat (limited to 'bin/Cargo.toml')
-rw-r--r-- | bin/Cargo.toml | 2 |
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] |
2 | name = "statix" | 2 | name = "statix" |
3 | version = "0.2.2" | 3 | version = "0.2.3" |
4 | edition = "2018" | 4 | edition = "2018" |
5 | license = "MIT" | 5 | license = "MIT" |
6 | 6 | ||