diff --git a/Makefile b/Makefile index 30b9491..8638652 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ target/release/jotdown: .PHONY: docs: - cargo doc --no-deps --workspace + RUSTDOCFLAGS="-D warnings" cargo doc --no-deps --workspace .PHONY: lint lint: