diff --git a/Cargo.toml b/Cargo.toml index dbf0401117928..72c321d5717bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"