From 588ad6167b05f27fa2a5d9602565a9032d555153 Mon Sep 17 00:00:00 2001 From: Chris Sellers Date: Fri, 19 Apr 2024 14:30:09 +1000 Subject: [PATCH] Allow errors for Rust docs for non-local impl lint --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 099007137e49..721f176efb4f 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ docs-python: install-just-deps-all .PHONY: docs-rust docs-rust: - (cd nautilus_core && RUSTDOCFLAGS="--enable-index-page -Zunstable-options --allow warnings" cargo +nightly doc --no-deps) + (cd nautilus_core && RUSTDOCFLAGS="--enable-index-page -Zunstable-options --allow warnings --allow errors" cargo +nightly doc --no-deps) .PHONY: clippy clippy: