Skip to content

Commit 78b17ba

Browse files
committed
Fix doctests in ci
1 parent 730fda0 commit 78b17ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ opt-level = 3
7171

7272
[profile.test]
7373
opt-level = 3
74-
lto = "thin"
74+
# https://github.com/rust-lang/rust/issues/92869
75+
# lto = "thin"
7576

7677
[profile.bench]
7778
lto = true

0 commit comments

Comments
 (0)