fix: align rust workspace build scope

This commit is contained in:
2026-04-25 13:32:20 +08:00
parent 2549a93379
commit 8edfd08095
6 changed files with 48 additions and 6 deletions

View File

@@ -1573,6 +1573,9 @@ fn deserialize_run(value: &str) -> Result<PuzzleRunSnapshot, String> {
#[cfg(test)]
mod tests {
use super::*;
use module_puzzle::{
build_generated_candidates, empty_anchor_pack, recommendation_score, tag_similarity_score,
};
#[test]
fn puzzle_json_round_trip_keeps_snapshot_shape() {