Exclude ICEing example from doc scrape (#21308)

This commit is contained in:
Jan Hohenheim
2025-10-01 02:10:54 +02:00
committed by GitHub
parent e46108b44c
commit eac8bc7cc4
+2 -1
View File
@@ -2715,7 +2715,8 @@ wasm = false
[[example]]
name = "type_data"
path = "examples/reflection/type_data.rs"
doc-scrape-examples = true
# Causes an ICE on docs.rs
doc-scrape-examples = false
[package.metadata.example.type_data]
name = "Type Data"