Skip to content

Commit a74ad33

Browse files
authored
ambiguity_detection requires debug feature (#23913)
# Objective - Work done for the issue [`ambiguity_detection` example should require `debug` feature](#23907)
1 parent 5c4bc21 commit a74ad33

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4288,6 +4288,7 @@ wasm = false
42884288
name = "ambiguity_detection"
42894289
path = "tests/ecs/ambiguity_detection.rs"
42904290
doc-scrape-examples = true
4291+
required-features = ["debug"]
42914292

42924293
[package.metadata.example.ambiguity_detection]
42934294
hidden = true

0 commit comments

Comments
 (0)