Skip to content

Commit

Permalink
fix documentation build on docs.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
cdisselkoen committed Oct 27, 2020
1 parent 2060840 commit 97954d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ llvm-10-strict = ["llvm-10", "llvm-ir/llvm-10-strict"]
llvm-11-strict = ["llvm-11", "llvm-ir/llvm-11-strict"]

[package.metadata.docs.rs]
# Generate docs.rs documentation with the llvm-11 feature
features = ["llvm-11"]
# Generate docs.rs documentation with the llvm-10 feature
features = ["llvm-10"]

0 comments on commit 97954d4

Please sign in to comment.