Commit e98ed72
committed
Cargo: gate codec_mode_histogram example behind required-features=["codec"]
Addresses codex P1 (#229): the example imports hpc::codec, which is not a
default feature. Without a [[example]] required-features entry, default
cargo test (which builds examples) would try to compile it without --features
codec and fail resolving hpc::codec. Now default builds skip the target;
--features codec builds it. Matches the sibling-example convention.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01MLBnPuScZy6w9di2QEjsXM1 parent 98d8515 commit e98ed72
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
82 | 86 | | |
83 | 87 | | |
84 | 88 | | |
| |||
0 commit comments