From eac8bc7cc4b35c98db00a6cf1fd39377afcbac61 Mon Sep 17 00:00:00 2001 From: Jan Hohenheim Date: Wed, 1 Oct 2025 02:10:54 +0200 Subject: [PATCH] Exclude ICEing example from doc scrape (#21308) --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dbf0401117..72c321d571 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"