From 4fe9fef95ec4c24fcc52730e3d98df7b58336318 Mon Sep 17 00:00:00 2001 From: Jan Hohenheim Date: Wed, 1 Oct 2025 01:47:47 +0200 Subject: [PATCH] Exclude ICEing example from doc scrape --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"