From d594e9e078dc2cd2e0abda15b72c830e04de19ac Mon Sep 17 00:00:00 2001 From: Gwilym Inzani Date: Sun, 23 Apr 2023 18:37:22 +0100 Subject: [PATCH] Also build docs for agb-hashmap --- justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/justfile b/justfile index 9c6f9c7d..cde49acb 100644 --- a/justfile +++ b/justfile @@ -27,6 +27,7 @@ doctest-agb: check-docs: (cd agb && cargo doc --target=thumbv6m-none-eabi --no-deps) just _build_docs agb-fixnum + just _build_docs agb-hashmap _build_docs crate: (cd "{{crate}}" && cargo doc --no-deps)