Skip to content

Commit

Permalink
Unused var in test
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchalmers committed Oct 18, 2024
1 parent 19dc7d9 commit fc974ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wasm-lib/kcl/src/ast/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3663,6 +3663,6 @@ const cylinder = startSketchOn('-XZ')
}
"#;
let ast: MemberExpression = serde_json::from_str(json_str).unwrap();
let _: MemberExpression = serde_json::from_str(json_str).unwrap();
}
}

0 comments on commit fc974ed

Please sign in to comment.