summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eba8ed3b..dea71cfd 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ fmt:
@cargo fmt
lint:
- @cargo clippy -- -D warnings
+ @cargo clippy
doc:
@cargo doc --open