Skip to content

Commit d43dc48

Browse files
janhohenheimmockersf
authored andcommitted
Exclude ICEing example from doc scrape (#21308)
1 parent 816241c commit d43dc48

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
@@ -2792,7 +2792,8 @@ wasm = false
27922792
[[example]]
27932793
name = "type_data"
27942794
path = "examples/reflection/type_data.rs"
2795-
doc-scrape-examples = true
2795+
# Causes an ICE on docs.rs
2796+
doc-scrape-examples = false
27962797

27972798
[package.metadata.example.type_data]
27982799
name = "Type Data"

0 commit comments

Comments
 (0)