Skip to content

Commit

Permalink
[DOC] changeing that the doc workflow now won't fail when there are w…
Browse files Browse the repository at this point in the history
…arnings
  • Loading branch information
Cr0a3 committed Aug 30, 2024
1 parent 9fc78ad commit 2da23e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: rustup update --no-self-update stable

- name: Build Documentation
run: |
run: |
cargo doc --all --no-deps
- name: Doc Index Page Redirection
Expand Down
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ description = "Another code generation libary like LLVM"
categories = ["development-tools::ffi"]
keywords = ["compiler", "codegen", "llvm"]

[package.metadata.docs.rs]
rustdoc-args = ["--allow", "warnings"]

[dependencies]
logos = "0.14.0"
object = { version = "0.36.1", features = ["write"] }
Expand Down

0 comments on commit 2da23e1

Please sign in to comment.