Skip to content

Commit

Permalink
fix instructions to say always build docs for all features
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoow committed Sep 11, 2024
1 parent 6e02e6e commit 47da9da
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions blueprint/README.md.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,5 @@ Building the project's docs:
Build the project's documentation with:

```
{% if template_type == "minimal" -%}
cargo doc --workspace
{%- else -%}
cargo doc --workspace --all-features
{%- endif %}
```

0 comments on commit 47da9da

Please sign in to comment.