Remove DrawMode #82
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Remove DrawMode type in solitaire_core/src/klondike_adapter.rs. Replace all usages with the identical upstream type DrawStockConfig
Resolved in commit
5c992cb. Local DrawMode replaced by upstream klondike::DrawStockConfig everywhere (278 refs across all crates); re-exported from solitaire_core. Serde is unchanged (same "DrawOne"/"DrawThree" named variants) so saves stay byte-compatible. cargo test --workspace + clippy -D warnings green.