Skip to content

Commit 97954d4

Browse files
committed
fix documentation build on docs.rs
see rust-lang/cargo#8811
1 parent 2060840 commit 97954d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ llvm-10-strict = ["llvm-10", "llvm-ir/llvm-10-strict"]
3939
llvm-11-strict = ["llvm-11", "llvm-ir/llvm-11-strict"]
4040

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

0 commit comments

Comments
 (0)