Skip to content

Commit

Permalink
Merge branch 'main' into mrgvsv/borrow_of_reborrowable
Browse files Browse the repository at this point in the history
  • Loading branch information
BD103 authored Dec 16, 2024
2 parents fb41fe4 + ed3ad6d commit 56f1dd3
Show file tree
Hide file tree
Showing 30 changed files with 1,295 additions and 387 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@ jobs:
sweep-cache: true

- name: Build with `rustdoc`
# We don't need to document dependencies since this is not intended to be consumed as a
# library. Furthermore, we pass `--lib` to prevent it from documenting binaries
# automatically.
run: cargo doc --package bevy_lint --no-deps --lib
# This alias calls `cargo rustdoc` with additional arguments, as specified by
# `.cargo/config.toml`.
run: cargo doc-lints

- name: Finalize documentation
run: |
Expand Down
Loading

0 comments on commit 56f1dd3

Please sign in to comment.