summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Oram <dev@mitmaro.ca>2019-10-17 21:40:26 -0230
committerTim Oram <dev@mitmaro.ca>2019-12-27 13:30:32 -0330
commit5451d7313ad763aab74a181dff51920f5290744c (patch)
tree3c655dfc8c37cb0843781f4cddc762acb5d91fd7
parent5c06da6abf481385eb0ae44b94c68eb810eab394 (diff)
Remove disabled clippy rule
-rwxr-xr-xscripts/lint.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lint.bash b/scripts/lint.bash
index 5851683..a0d073f 100755
--- a/scripts/lint.bash
+++ b/scripts/lint.bash
@@ -6,4 +6,4 @@ set -o pipefail
rustup update stable
rustup component add clippy --toolchain stable
-cargo +stable clippy --all-features -- -D warnings -A clippy::new_ret_no_self
+cargo +stable clippy --all-features -- -D warnings