everything here is to taste, but wanted to throw a few rust idioms in that help with some of the indentation drift, if we like them!
+65
-78
shared/src/advent/challenges/day_one.rs
+65
-78
shared/src/advent/challenges/day_one.rs
······96-"There is a record at the correct location, but it does not seem like it is correct. Try again:\n{err}"105-Ok(ChallengeCheckResponse::Incorrect("Does not appear to be a record in your repo in the collection codes.advent.challenge.day with the record key of 1".to_string()))61+return Ok(ChallengeCheckResponse::Incorrect("Does not appear to be a record in your repo in the collection codes.advent.challenge.day with the record key of 1".to_string()));72+let record_data = match safe_check_unknown_record_parse::<advent::challenge::day::RecordData>(79+"There is a record at the correct location, but it does not seem like it is correct. Try again:\n{e}"///TODO this is just a straight copy and paste of part one since it's a proof of concept needs to share code better between the two·········
+2
-3
shared/src/advent/mod.rs
+2
-3
shared/src/advent/mod.rs
···
+2
-2
web/src/handlers/day.rs
+2
-2
web/src/handlers/day.rs
······