Skip to content

Commit

Permalink
make: error out on rustdoc warnings
Browse files Browse the repository at this point in the history
make sure these are caught by ci
  • Loading branch information
hellux committed Aug 17, 2024
1 parent bd6ff67 commit f47ccce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f47ccce

Please sign in to comment.