Skip to content

Commit f6dca50

Browse files
authored
Set doc-scrape-example = true for recently merged example (#23230)
# Objective - PR was merged recently that didn’t set doc-scrape-example to true ## Solution Set it to true since the bug has been resolved. all examples can be scraped now. (At this point in time, all other examples are already set to true)
1 parent 5870d5e commit f6dca50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@ wasm = true
10361036
name = "tilemap_chunk_orientation"
10371037
path = "examples/2d/tilemap_chunk_orientation.rs"
10381038
# Causes an ICE on docs.rs
1039-
doc-scrape-examples = false
1039+
doc-scrape-examples = true
10401040

10411041
[package.metadata.example.tilemap_chunk_orientation]
10421042
name = "Tilemap Chunk with Orientations"

0 commit comments

Comments
 (0)