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)