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 26, 2020
1 parent 63db17a commit 86571c2
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 @@ -63,5 +63,5 @@ llvm-10-strict = ["llvm-10", "llvm-sys-100/strict-versioning"]
llvm-11-strict = ["llvm-11", "llvm-sys-110/strict-versioning"]

[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 86571c2

Please sign in to comment.