diff --git a/code.txt b/code.txt index 1eba6252..54c6eb28 100644 --- a/code.txt +++ b/code.txt @@ -1,4 +1,4 @@ -0400000000000000000000000000000000000000000000000000000000000000000000003f0c6d1a739d8ef4986ddefdd3459c0e935db75275d8cbd70ea89df940b5dc9e4f4c1566ffff001fe7160000 +0400000000000000000000000000000000000000000000000000000000000000000000009edcb540f99da80ed7cbd87552b75d930e9c45d3fdde6d98f48e9d731a6d0c3f4f4c1566ffff001f77550000 010000000001010000000000000000000000000000000000000000000000000000000000000000ffffffff2503a0bb0d184d696e656420627920416e74506f6f6c373946205b8160a4256c0000946e0100ffffffff027198c827000000001976a914edf10a7fac6b32e24daa5305c723f3de58db1bc888ac0000000000000000266a24aa21a9ed52484daa9558fd003c94c61c410ff8eddf264f896a0f46c3b661ff2b30cfbd9c0120000000000000000000000000000000000000000000000000000000000000000000000000 2ec4532bbb79b5875f3e86cf11f3f1e42b74717c573368a92558cff7b1033365 958ffdb52a9148d3a6fca79d21d6b17e146c94909f6e63dd7723e409b10a1cd2 diff --git a/src/block_mine/block.rs b/src/block_mine/block.rs index dbf247b1..8802d178 100644 --- a/src/block_mine/block.rs +++ b/src/block_mine/block.rs @@ -103,7 +103,7 @@ pub fn valid_block_header() -> Result<()> { block_header.push_str(&version); block_header.push_str(&prev_block_hash); - block_header.push_str(&merkel_root_le); + block_header.push_str(&merkel_root); block_header.push_str(&time_stamp); block_header.push_str(&bits_le); block_header.push_str(&nonce_hex); diff --git a/target/.rustc_info.json b/target/.rustc_info.json index a6838b9d..6f4c8c60 100644 --- a/target/.rustc_info.json +++ b/target/.rustc_info.json @@ -1 +1 @@ -{"rustc_fingerprint":11876458219475093637,"outputs":{"15729799797837862367":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/home/dane/.rustup/toolchains/stable-x86_64-unknown-linux-gnu\noff\npacked\nunpacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"unknown\"\nunix\n","stderr":""},"4614504638168534921":{"success":true,"status":"","code":0,"stdout":"rustc 1.77.1 (7cf61ebde 2024-03-27)\nbinary: rustc\ncommit-hash: 7cf61ebde7b22796c69757901dd346d0fe70bd97\ncommit-date: 2024-03-27\nhost: x86_64-unknown-linux-gnu\nrelease: 1.77.1\nLLVM version: 17.0.6\n","stderr":""}},"successes":{}} \ No newline at end of file +{"rustc_fingerprint":11876458219475093637,"outputs":{"4614504638168534921":{"success":true,"status":"","code":0,"stdout":"rustc 1.77.1 (7cf61ebde 2024-03-27)\nbinary: rustc\ncommit-hash: 7cf61ebde7b22796c69757901dd346d0fe70bd97\ncommit-date: 2024-03-27\nhost: x86_64-unknown-linux-gnu\nrelease: 1.77.1\nLLVM version: 17.0.6\n","stderr":""},"15729799797837862367":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/home/dane/.rustup/toolchains/stable-x86_64-unknown-linux-gnu\noff\npacked\nunpacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"unknown\"\nunix\n","stderr":""}},"successes":{}} \ No newline at end of file diff --git a/target/debug/.fingerprint/code-challenge-2024-lla-dane-1671a9872e94470b/output-test-bin-code-challenge-2024-lla-dane b/target/debug/.fingerprint/code-challenge-2024-lla-dane-1671a9872e94470b/output-test-bin-code-challenge-2024-lla-dane index a1806c6f..daf4bae3 100644 --- a/target/debug/.fingerprint/code-challenge-2024-lla-dane-1671a9872e94470b/output-test-bin-code-challenge-2024-lla-dane +++ b/target/debug/.fingerprint/code-challenge-2024-lla-dane-1671a9872e94470b/output-test-bin-code-challenge-2024-lla-dane @@ -1,10 +1,11 @@ {"$message_type":"diagnostic","message":"unused imports: `fs::File`, `io::Write`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"src/block_mine/merkle_root.rs","byte_start":10,"byte_end":18,"line_start":1,"line_end":1,"column_start":11,"column_end":19,"is_primary":true,"text":[{"text":"use std::{fs::File, io::Write};","highlight_start":11,"highlight_end":19}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/block_mine/merkle_root.rs","byte_start":20,"byte_end":29,"line_start":1,"line_end":1,"column_start":21,"column_end":30,"is_primary":true,"text":[{"text":"use std::{fs::File, io::Write};","highlight_start":21,"highlight_end":30}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_imports)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"remove the whole `use` item","code":null,"level":"help","spans":[{"file_name":"src/block_mine/merkle_root.rs","byte_start":0,"byte_end":31,"line_start":1,"line_end":1,"column_start":1,"column_end":32,"is_primary":true,"text":[{"text":"use std::{fs::File, io::Write};","highlight_start":1,"highlight_end":32}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused imports: `fs::File`, `io::Write`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/block_mine/merkle_root.rs:1:11\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m1\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0muse std::{fs::File, io::Write};\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_imports)]` on by default\u001b[0m\n\n"} -{"$message_type":"diagnostic","message":"unused variable: `coinbase_txid`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/block_mine/block.rs","byte_start":2043,"byte_end":2056,"line_start":68,"line_end":68,"column_start":36,"column_end":49,"is_primary":true,"text":[{"text":" let (merkel_root, coinbase_tx, coinbase_txid, txids) = generate_roots(map.clone())?;","highlight_start":36,"highlight_end":49}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_variables)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/block_mine/block.rs","byte_start":2043,"byte_end":2056,"line_start":68,"line_end":68,"column_start":36,"column_end":49,"is_primary":true,"text":[{"text":" let (merkel_root, coinbase_tx, coinbase_txid, txids) = generate_roots(map.clone())?;","highlight_start":36,"highlight_end":49}],"label":null,"suggested_replacement":"_coinbase_txid","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `coinbase_txid`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/block_mine/block.rs:68:36\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m68\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m...\u001b[0m\u001b[0mkel_root, coinbase_tx, coinbase_txid, txids) = generate_roots(map.clone())?;\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_coinbase_txid`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_variables)]` on by default\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"unused variable: `coinbase_txid`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/block_mine/block.rs","byte_start":2043,"byte_end":2056,"line_start":68,"line_end":68,"column_start":36,"column_end":49,"is_primary":true,"text":[{"text":" let (merkel_root, coinbase_tx, coinbase_txid, txids) = generate_roots(map.clone())?;","highlight_start":36,"highlight_end":49}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_variables)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/block_mine/block.rs","byte_start":2043,"byte_end":2056,"line_start":68,"line_end":68,"column_start":36,"column_end":49,"is_primary":true,"text":[{"text":" let (merkel_root, coinbase_tx, coinbase_txid, txids) = generate_roots(map.clone())?;","highlight_start":36,"highlight_end":49}],"label":null,"suggested_replacement":"_coinbase_txid","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `coinbase_txid`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/block_mine/block.rs:68:36\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m68\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let (merkel_root, coinbase_tx, coinbase_txid, txids) = generate_roots(map.clone())?;\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_coinbase_txid`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_variables)]` on by default\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"unused variable: `merkel_root_le`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/block_mine/block.rs","byte_start":2609,"byte_end":2623,"line_start":84,"line_end":84,"column_start":9,"column_end":23,"is_primary":true,"text":[{"text":" let merkel_root_le = hex::encode(merkel_root_bytes);","highlight_start":9,"highlight_end":23}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/block_mine/block.rs","byte_start":2609,"byte_end":2623,"line_start":84,"line_end":84,"column_start":9,"column_end":23,"is_primary":true,"text":[{"text":" let merkel_root_le = hex::encode(merkel_root_bytes);","highlight_start":9,"highlight_end":23}],"label":null,"suggested_replacement":"_merkel_root_le","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `merkel_root_le`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/block_mine/block.rs:84:9\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m84\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let merkel_root_le = hex::encode(merkel_root_bytes);\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_merkel_root_le`\u001b[0m\n\n"} {"$message_type":"diagnostic","message":"variable `total_weight` is assigned to, but never used","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/block_mine/serialise_tx.rs","byte_start":8787,"byte_end":8799,"line_start":292,"line_end":292,"column_start":17,"column_end":29,"is_primary":true,"text":[{"text":" let mut total_weight = 0;","highlight_start":17,"highlight_end":29}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"consider using `_total_weight` instead","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: variable `total_weight` is assigned to, but never used\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/block_mine/serialise_tx.rs:292:17\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m292\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let mut total_weight = 0;\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: consider using `_total_weight` instead\u001b[0m\n\n"} {"$message_type":"diagnostic","message":"unused variable: `path`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/block_mine/serialise_tx.rs","byte_start":9224,"byte_end":9228,"line_start":311,"line_end":311,"column_start":17,"column_end":21,"is_primary":true,"text":[{"text":" let path = entry.path();","highlight_start":17,"highlight_end":21}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/block_mine/serialise_tx.rs","byte_start":9224,"byte_end":9228,"line_start":311,"line_end":311,"column_start":17,"column_end":21,"is_primary":true,"text":[{"text":" let path = entry.path();","highlight_start":17,"highlight_end":21}],"label":null,"suggested_replacement":"_path","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `path`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/block_mine/serialise_tx.rs:311:17\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m311\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let path = entry.path();\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_path`\u001b[0m\n\n"} {"$message_type":"diagnostic","message":"unused variable: `e`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/validation_checks/p2wsh.rs","byte_start":22230,"byte_end":22231,"line_start":589,"line_end":589,"column_start":33,"column_end":34,"is_primary":true,"text":[{"text":" Err(e) => {","highlight_start":33,"highlight_end":34}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/validation_checks/p2wsh.rs","byte_start":22230,"byte_end":22231,"line_start":589,"line_end":589,"column_start":33,"column_end":34,"is_primary":true,"text":[{"text":" Err(e) => {","highlight_start":33,"highlight_end":34}],"label":null,"suggested_replacement":"_e","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `e`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/validation_checks/p2wsh.rs:589:33\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m589\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m...\u001b[0m\u001b[0m Err(e) => {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_e`\u001b[0m\n\n"} {"$message_type":"diagnostic","message":"unused variable: `e`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/validation_checks/p2wsh.rs","byte_start":22416,"byte_end":22417,"line_start":594,"line_end":594,"column_start":25,"column_end":26,"is_primary":true,"text":[{"text":" Err(e) => {}","highlight_start":25,"highlight_end":26}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/validation_checks/p2wsh.rs","byte_start":22416,"byte_end":22417,"line_start":594,"line_end":594,"column_start":25,"column_end":26,"is_primary":true,"text":[{"text":" Err(e) => {}","highlight_start":25,"highlight_end":26}],"label":null,"suggested_replacement":"_e","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `e`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/validation_checks/p2wsh.rs:594:25\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m594\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m Err(e) => {}\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_e`\u001b[0m\n\n"} {"$message_type":"diagnostic","message":"variable `x` is assigned to, but never used","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/validation_checks/mod.rs","byte_start":4329,"byte_end":4330,"line_start":143,"line_end":143,"column_start":13,"column_end":14,"is_primary":true,"text":[{"text":" let mut x: String = String::new();","highlight_start":13,"highlight_end":14}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"consider using `_x` instead","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: variable `x` is assigned to, but never used\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/validation_checks/mod.rs:143:13\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m143\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let mut x: String = String::new();\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: consider using `_x` instead\u001b[0m\n\n"} {"$message_type":"diagnostic","message":"value assigned to `x` is never read","code":{"code":"unused_assignments","explanation":null},"level":"warning","spans":[{"file_name":"src/validation_checks/mod.rs","byte_start":4611,"byte_end":4612,"line_start":150,"line_end":150,"column_start":9,"column_end":10,"is_primary":true,"text":[{"text":" x = hex::encode(trimmed_tx.clone());","highlight_start":9,"highlight_end":10}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"maybe it is overwritten before being read?","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"`#[warn(unused_assignments)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: value assigned to `x` is never read\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/validation_checks/mod.rs:150:9\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m150\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m x = hex::encode(trimmed_tx.clone());\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mhelp\u001b[0m\u001b[0m: maybe it is overwritten before being read?\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_assignments)]` on by default\u001b[0m\n\n"} -{"$message_type":"diagnostic","message":"unused `std::result::Result` that must be used","code":{"code":"unused_must_use","explanation":null},"level":"warning","spans":[{"file_name":"src/block_mine/block.rs","byte_start":4464,"byte_end":4484,"line_start":162,"line_end":162,"column_start":9,"column_end":29,"is_primary":true,"text":[{"text":" valid_block_header();","highlight_start":9,"highlight_end":29}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"this `Result` may be an `Err` variant, which should be handled","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"`#[warn(unused_must_use)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"use `let _ = ...` to ignore the resulting value","code":null,"level":"help","spans":[{"file_name":"src/block_mine/block.rs","byte_start":4464,"byte_end":4464,"line_start":162,"line_end":162,"column_start":9,"column_end":9,"is_primary":true,"text":[{"text":" valid_block_header();","highlight_start":9,"highlight_end":9}],"label":null,"suggested_replacement":"let _ = ","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused `std::result::Result` that must be used\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/block_mine/block.rs:162:9\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m162\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m valid_block_header();\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: this `Result` may be an `Err` variant, which should be handled\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_must_use)]` on by default\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14mhelp\u001b[0m\u001b[0m: use `let _ = ...` to ignore the resulting value\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m162\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10mlet _ = \u001b[0m\u001b[0mvalid_block_header();\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10m+++++++\u001b[0m\n\n"} -{"$message_type":"diagnostic","message":"9 warnings emitted","code":null,"level":"warning","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: 9 warnings emitted\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"unused `std::result::Result` that must be used","code":{"code":"unused_must_use","explanation":null},"level":"warning","spans":[{"file_name":"src/block_mine/block.rs","byte_start":4461,"byte_end":4481,"line_start":162,"line_end":162,"column_start":9,"column_end":29,"is_primary":true,"text":[{"text":" valid_block_header();","highlight_start":9,"highlight_end":29}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"this `Result` may be an `Err` variant, which should be handled","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"`#[warn(unused_must_use)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"use `let _ = ...` to ignore the resulting value","code":null,"level":"help","spans":[{"file_name":"src/block_mine/block.rs","byte_start":4461,"byte_end":4461,"line_start":162,"line_end":162,"column_start":9,"column_end":9,"is_primary":true,"text":[{"text":" valid_block_header();","highlight_start":9,"highlight_end":9}],"label":null,"suggested_replacement":"let _ = ","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused `std::result::Result` that must be used\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/block_mine/block.rs:162:9\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m162\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m valid_block_header();\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: this `Result` may be an `Err` variant, which should be handled\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_must_use)]` on by default\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14mhelp\u001b[0m\u001b[0m: use `let _ = ...` to ignore the resulting value\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m162\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10mlet _ = \u001b[0m\u001b[0mvalid_block_header();\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10m+++++++\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"10 warnings emitted","code":null,"level":"warning","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: 10 warnings emitted\u001b[0m\n\n"} diff --git a/target/debug/.fingerprint/code-challenge-2024-lla-dane-bd6af4c40ace105b/output-bin-code-challenge-2024-lla-dane b/target/debug/.fingerprint/code-challenge-2024-lla-dane-bd6af4c40ace105b/output-bin-code-challenge-2024-lla-dane index 805c3ab9..310482b7 100644 --- a/target/debug/.fingerprint/code-challenge-2024-lla-dane-bd6af4c40ace105b/output-bin-code-challenge-2024-lla-dane +++ b/target/debug/.fingerprint/code-challenge-2024-lla-dane-bd6af4c40ace105b/output-bin-code-challenge-2024-lla-dane @@ -1,5 +1,6 @@ {"$message_type":"diagnostic","message":"unused imports: `fs::File`, `io::Write`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"src/block_mine/merkle_root.rs","byte_start":10,"byte_end":18,"line_start":1,"line_end":1,"column_start":11,"column_end":19,"is_primary":true,"text":[{"text":"use std::{fs::File, io::Write};","highlight_start":11,"highlight_end":19}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/block_mine/merkle_root.rs","byte_start":20,"byte_end":29,"line_start":1,"line_end":1,"column_start":21,"column_end":30,"is_primary":true,"text":[{"text":"use std::{fs::File, io::Write};","highlight_start":21,"highlight_end":30}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_imports)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"remove the whole `use` item","code":null,"level":"help","spans":[{"file_name":"src/block_mine/merkle_root.rs","byte_start":0,"byte_end":31,"line_start":1,"line_end":1,"column_start":1,"column_end":32,"is_primary":true,"text":[{"text":"use std::{fs::File, io::Write};","highlight_start":1,"highlight_end":32}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused imports: `fs::File`, `io::Write`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/block_mine/merkle_root.rs:1:11\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m1\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0muse std::{fs::File, io::Write};\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_imports)]` on by default\u001b[0m\n\n"} {"$message_type":"diagnostic","message":"unused variable: `coinbase_txid`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/block_mine/block.rs","byte_start":2043,"byte_end":2056,"line_start":68,"line_end":68,"column_start":36,"column_end":49,"is_primary":true,"text":[{"text":" let (merkel_root, coinbase_tx, coinbase_txid, txids) = generate_roots(map.clone())?;","highlight_start":36,"highlight_end":49}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_variables)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/block_mine/block.rs","byte_start":2043,"byte_end":2056,"line_start":68,"line_end":68,"column_start":36,"column_end":49,"is_primary":true,"text":[{"text":" let (merkel_root, coinbase_tx, coinbase_txid, txids) = generate_roots(map.clone())?;","highlight_start":36,"highlight_end":49}],"label":null,"suggested_replacement":"_coinbase_txid","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `coinbase_txid`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/block_mine/block.rs:68:36\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m68\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let (merkel_root, coinbase_tx, coinbase_txid, txids) = generate_roots(map.clone())?;\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_coinbase_txid`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_variables)]` on by default\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"unused variable: `merkel_root_le`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/block_mine/block.rs","byte_start":2609,"byte_end":2623,"line_start":84,"line_end":84,"column_start":9,"column_end":23,"is_primary":true,"text":[{"text":" let merkel_root_le = hex::encode(merkel_root_bytes);","highlight_start":9,"highlight_end":23}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/block_mine/block.rs","byte_start":2609,"byte_end":2623,"line_start":84,"line_end":84,"column_start":9,"column_end":23,"is_primary":true,"text":[{"text":" let merkel_root_le = hex::encode(merkel_root_bytes);","highlight_start":9,"highlight_end":23}],"label":null,"suggested_replacement":"_merkel_root_le","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `merkel_root_le`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/block_mine/block.rs:84:9\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m84\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let merkel_root_le = hex::encode(merkel_root_bytes);\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_merkel_root_le`\u001b[0m\n\n"} {"$message_type":"diagnostic","message":"variable `x` is assigned to, but never used","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/validation_checks/mod.rs","byte_start":4329,"byte_end":4330,"line_start":143,"line_end":143,"column_start":13,"column_end":14,"is_primary":true,"text":[{"text":" let mut x: String = String::new();","highlight_start":13,"highlight_end":14}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"consider using `_x` instead","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: variable `x` is assigned to, but never used\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/validation_checks/mod.rs:143:13\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m143\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let mut x: String = String::new();\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: consider using `_x` instead\u001b[0m\n\n"} {"$message_type":"diagnostic","message":"value assigned to `x` is never read","code":{"code":"unused_assignments","explanation":null},"level":"warning","spans":[{"file_name":"src/validation_checks/mod.rs","byte_start":4611,"byte_end":4612,"line_start":150,"line_end":150,"column_start":9,"column_end":10,"is_primary":true,"text":[{"text":" x = hex::encode(trimmed_tx.clone());","highlight_start":9,"highlight_end":10}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"maybe it is overwritten before being read?","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"`#[warn(unused_assignments)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: value assigned to `x` is never read\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/validation_checks/mod.rs:150:9\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m150\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m x = hex::encode(trimmed_tx.clone());\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mhelp\u001b[0m\u001b[0m: maybe it is overwritten before being read?\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_assignments)]` on by default\u001b[0m\n\n"} -{"$message_type":"diagnostic","message":"4 warnings emitted","code":null,"level":"warning","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: 4 warnings emitted\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"5 warnings emitted","code":null,"level":"warning","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: 5 warnings emitted\u001b[0m\n\n"} diff --git a/target/debug/.fingerprint/code-challenge-2024-lla-dane-ea0e952c2bbb70d0/output-test-bin-code-challenge-2024-lla-dane b/target/debug/.fingerprint/code-challenge-2024-lla-dane-ea0e952c2bbb70d0/output-test-bin-code-challenge-2024-lla-dane index 6c59e372..daf4bae3 100644 --- a/target/debug/.fingerprint/code-challenge-2024-lla-dane-ea0e952c2bbb70d0/output-test-bin-code-challenge-2024-lla-dane +++ b/target/debug/.fingerprint/code-challenge-2024-lla-dane-ea0e952c2bbb70d0/output-test-bin-code-challenge-2024-lla-dane @@ -1,10 +1,11 @@ {"$message_type":"diagnostic","message":"unused imports: `fs::File`, `io::Write`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"src/block_mine/merkle_root.rs","byte_start":10,"byte_end":18,"line_start":1,"line_end":1,"column_start":11,"column_end":19,"is_primary":true,"text":[{"text":"use std::{fs::File, io::Write};","highlight_start":11,"highlight_end":19}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/block_mine/merkle_root.rs","byte_start":20,"byte_end":29,"line_start":1,"line_end":1,"column_start":21,"column_end":30,"is_primary":true,"text":[{"text":"use std::{fs::File, io::Write};","highlight_start":21,"highlight_end":30}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_imports)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"remove the whole `use` item","code":null,"level":"help","spans":[{"file_name":"src/block_mine/merkle_root.rs","byte_start":0,"byte_end":31,"line_start":1,"line_end":1,"column_start":1,"column_end":32,"is_primary":true,"text":[{"text":"use std::{fs::File, io::Write};","highlight_start":1,"highlight_end":32}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused imports: `fs::File`, `io::Write`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/block_mine/merkle_root.rs:1:11\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m1\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0muse std::{fs::File, io::Write};\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_imports)]` on by default\u001b[0m\n\n"} {"$message_type":"diagnostic","message":"unused variable: `coinbase_txid`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/block_mine/block.rs","byte_start":2043,"byte_end":2056,"line_start":68,"line_end":68,"column_start":36,"column_end":49,"is_primary":true,"text":[{"text":" let (merkel_root, coinbase_tx, coinbase_txid, txids) = generate_roots(map.clone())?;","highlight_start":36,"highlight_end":49}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_variables)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/block_mine/block.rs","byte_start":2043,"byte_end":2056,"line_start":68,"line_end":68,"column_start":36,"column_end":49,"is_primary":true,"text":[{"text":" let (merkel_root, coinbase_tx, coinbase_txid, txids) = generate_roots(map.clone())?;","highlight_start":36,"highlight_end":49}],"label":null,"suggested_replacement":"_coinbase_txid","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `coinbase_txid`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/block_mine/block.rs:68:36\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m68\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let (merkel_root, coinbase_tx, coinbase_txid, txids) = generate_roots(map.clone())?;\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_coinbase_txid`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_variables)]` on by default\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"unused variable: `merkel_root_le`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/block_mine/block.rs","byte_start":2609,"byte_end":2623,"line_start":84,"line_end":84,"column_start":9,"column_end":23,"is_primary":true,"text":[{"text":" let merkel_root_le = hex::encode(merkel_root_bytes);","highlight_start":9,"highlight_end":23}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/block_mine/block.rs","byte_start":2609,"byte_end":2623,"line_start":84,"line_end":84,"column_start":9,"column_end":23,"is_primary":true,"text":[{"text":" let merkel_root_le = hex::encode(merkel_root_bytes);","highlight_start":9,"highlight_end":23}],"label":null,"suggested_replacement":"_merkel_root_le","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `merkel_root_le`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/block_mine/block.rs:84:9\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m84\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let merkel_root_le = hex::encode(merkel_root_bytes);\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_merkel_root_le`\u001b[0m\n\n"} {"$message_type":"diagnostic","message":"variable `total_weight` is assigned to, but never used","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/block_mine/serialise_tx.rs","byte_start":8787,"byte_end":8799,"line_start":292,"line_end":292,"column_start":17,"column_end":29,"is_primary":true,"text":[{"text":" let mut total_weight = 0;","highlight_start":17,"highlight_end":29}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"consider using `_total_weight` instead","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: variable `total_weight` is assigned to, but never used\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/block_mine/serialise_tx.rs:292:17\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m292\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let mut total_weight = 0;\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: consider using `_total_weight` instead\u001b[0m\n\n"} {"$message_type":"diagnostic","message":"unused variable: `path`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/block_mine/serialise_tx.rs","byte_start":9224,"byte_end":9228,"line_start":311,"line_end":311,"column_start":17,"column_end":21,"is_primary":true,"text":[{"text":" let path = entry.path();","highlight_start":17,"highlight_end":21}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/block_mine/serialise_tx.rs","byte_start":9224,"byte_end":9228,"line_start":311,"line_end":311,"column_start":17,"column_end":21,"is_primary":true,"text":[{"text":" let path = entry.path();","highlight_start":17,"highlight_end":21}],"label":null,"suggested_replacement":"_path","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `path`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/block_mine/serialise_tx.rs:311:17\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m311\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let path = entry.path();\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_path`\u001b[0m\n\n"} {"$message_type":"diagnostic","message":"unused variable: `e`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/validation_checks/p2wsh.rs","byte_start":22230,"byte_end":22231,"line_start":589,"line_end":589,"column_start":33,"column_end":34,"is_primary":true,"text":[{"text":" Err(e) => {","highlight_start":33,"highlight_end":34}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/validation_checks/p2wsh.rs","byte_start":22230,"byte_end":22231,"line_start":589,"line_end":589,"column_start":33,"column_end":34,"is_primary":true,"text":[{"text":" Err(e) => {","highlight_start":33,"highlight_end":34}],"label":null,"suggested_replacement":"_e","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `e`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/validation_checks/p2wsh.rs:589:33\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m589\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m...\u001b[0m\u001b[0m Err(e) => {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_e`\u001b[0m\n\n"} {"$message_type":"diagnostic","message":"unused variable: `e`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/validation_checks/p2wsh.rs","byte_start":22416,"byte_end":22417,"line_start":594,"line_end":594,"column_start":25,"column_end":26,"is_primary":true,"text":[{"text":" Err(e) => {}","highlight_start":25,"highlight_end":26}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/validation_checks/p2wsh.rs","byte_start":22416,"byte_end":22417,"line_start":594,"line_end":594,"column_start":25,"column_end":26,"is_primary":true,"text":[{"text":" Err(e) => {}","highlight_start":25,"highlight_end":26}],"label":null,"suggested_replacement":"_e","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `e`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/validation_checks/p2wsh.rs:594:25\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m594\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m Err(e) => {}\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_e`\u001b[0m\n\n"} {"$message_type":"diagnostic","message":"variable `x` is assigned to, but never used","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/validation_checks/mod.rs","byte_start":4329,"byte_end":4330,"line_start":143,"line_end":143,"column_start":13,"column_end":14,"is_primary":true,"text":[{"text":" let mut x: String = String::new();","highlight_start":13,"highlight_end":14}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"consider using `_x` instead","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: variable `x` is assigned to, but never used\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/validation_checks/mod.rs:143:13\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m143\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let mut x: String = String::new();\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: consider using `_x` instead\u001b[0m\n\n"} {"$message_type":"diagnostic","message":"value assigned to `x` is never read","code":{"code":"unused_assignments","explanation":null},"level":"warning","spans":[{"file_name":"src/validation_checks/mod.rs","byte_start":4611,"byte_end":4612,"line_start":150,"line_end":150,"column_start":9,"column_end":10,"is_primary":true,"text":[{"text":" x = hex::encode(trimmed_tx.clone());","highlight_start":9,"highlight_end":10}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"maybe it is overwritten before being read?","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"`#[warn(unused_assignments)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: value assigned to `x` is never read\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/validation_checks/mod.rs:150:9\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m150\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m x = hex::encode(trimmed_tx.clone());\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mhelp\u001b[0m\u001b[0m: maybe it is overwritten before being read?\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_assignments)]` on by default\u001b[0m\n\n"} -{"$message_type":"diagnostic","message":"unused `std::result::Result` that must be used","code":{"code":"unused_must_use","explanation":null},"level":"warning","spans":[{"file_name":"src/block_mine/block.rs","byte_start":4464,"byte_end":4484,"line_start":162,"line_end":162,"column_start":9,"column_end":29,"is_primary":true,"text":[{"text":" valid_block_header();","highlight_start":9,"highlight_end":29}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"this `Result` may be an `Err` variant, which should be handled","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"`#[warn(unused_must_use)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"use `let _ = ...` to ignore the resulting value","code":null,"level":"help","spans":[{"file_name":"src/block_mine/block.rs","byte_start":4464,"byte_end":4464,"line_start":162,"line_end":162,"column_start":9,"column_end":9,"is_primary":true,"text":[{"text":" valid_block_header();","highlight_start":9,"highlight_end":9}],"label":null,"suggested_replacement":"let _ = ","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused `std::result::Result` that must be used\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/block_mine/block.rs:162:9\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m162\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m valid_block_header();\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: this `Result` may be an `Err` variant, which should be handled\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_must_use)]` on by default\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14mhelp\u001b[0m\u001b[0m: use `let _ = ...` to ignore the resulting value\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m162\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10mlet _ = \u001b[0m\u001b[0mvalid_block_header();\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10m+++++++\u001b[0m\n\n"} -{"$message_type":"diagnostic","message":"9 warnings emitted","code":null,"level":"warning","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: 9 warnings emitted\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"unused `std::result::Result` that must be used","code":{"code":"unused_must_use","explanation":null},"level":"warning","spans":[{"file_name":"src/block_mine/block.rs","byte_start":4461,"byte_end":4481,"line_start":162,"line_end":162,"column_start":9,"column_end":29,"is_primary":true,"text":[{"text":" valid_block_header();","highlight_start":9,"highlight_end":29}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"this `Result` may be an `Err` variant, which should be handled","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"`#[warn(unused_must_use)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"use `let _ = ...` to ignore the resulting value","code":null,"level":"help","spans":[{"file_name":"src/block_mine/block.rs","byte_start":4461,"byte_end":4461,"line_start":162,"line_end":162,"column_start":9,"column_end":9,"is_primary":true,"text":[{"text":" valid_block_header();","highlight_start":9,"highlight_end":9}],"label":null,"suggested_replacement":"let _ = ","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused `std::result::Result` that must be used\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/block_mine/block.rs:162:9\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m162\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m valid_block_header();\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: this `Result` may be an `Err` variant, which should be handled\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_must_use)]` on by default\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14mhelp\u001b[0m\u001b[0m: use `let _ = ...` to ignore the resulting value\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m162\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10mlet _ = \u001b[0m\u001b[0mvalid_block_header();\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10m+++++++\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"10 warnings emitted","code":null,"level":"warning","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: 10 warnings emitted\u001b[0m\n\n"} diff --git a/target/debug/deps/code_challenge_2024_lla_dane-1671a9872e94470b b/target/debug/deps/code_challenge_2024_lla_dane-1671a9872e94470b index c219c723..ddb20db3 100755 Binary files a/target/debug/deps/code_challenge_2024_lla_dane-1671a9872e94470b and b/target/debug/deps/code_challenge_2024_lla_dane-1671a9872e94470b differ diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-1i0ctb04krgo0/s-gv4mgr1dt4-1h58fd5-7cxdo2s9hzi8asf1d8hk05x3e/dep-graph.bin b/target/debug/incremental/code_challenge_2024_lla_dane-1i0ctb04krgo0/s-gv4n3osg45-1tr2kbg-8un1itjzpi55p5aer9vt7wlr0/dep-graph.bin similarity index 99% rename from target/debug/incremental/code_challenge_2024_lla_dane-1i0ctb04krgo0/s-gv4mgr1dt4-1h58fd5-7cxdo2s9hzi8asf1d8hk05x3e/dep-graph.bin rename to target/debug/incremental/code_challenge_2024_lla_dane-1i0ctb04krgo0/s-gv4n3osg45-1tr2kbg-8un1itjzpi55p5aer9vt7wlr0/dep-graph.bin index 453fcf24..05a97d00 100644 Binary files a/target/debug/incremental/code_challenge_2024_lla_dane-1i0ctb04krgo0/s-gv4mgr1dt4-1h58fd5-7cxdo2s9hzi8asf1d8hk05x3e/dep-graph.bin and b/target/debug/incremental/code_challenge_2024_lla_dane-1i0ctb04krgo0/s-gv4n3osg45-1tr2kbg-8un1itjzpi55p5aer9vt7wlr0/dep-graph.bin differ diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-1i0ctb04krgo0/s-gv4mgr1dt4-1h58fd5-7cxdo2s9hzi8asf1d8hk05x3e/query-cache.bin b/target/debug/incremental/code_challenge_2024_lla_dane-1i0ctb04krgo0/s-gv4n3osg45-1tr2kbg-8un1itjzpi55p5aer9vt7wlr0/query-cache.bin similarity index 95% rename from target/debug/incremental/code_challenge_2024_lla_dane-1i0ctb04krgo0/s-gv4mgr1dt4-1h58fd5-7cxdo2s9hzi8asf1d8hk05x3e/query-cache.bin rename to target/debug/incremental/code_challenge_2024_lla_dane-1i0ctb04krgo0/s-gv4n3osg45-1tr2kbg-8un1itjzpi55p5aer9vt7wlr0/query-cache.bin index d34026b3..46e173d2 100644 Binary files a/target/debug/incremental/code_challenge_2024_lla_dane-1i0ctb04krgo0/s-gv4mgr1dt4-1h58fd5-7cxdo2s9hzi8asf1d8hk05x3e/query-cache.bin and b/target/debug/incremental/code_challenge_2024_lla_dane-1i0ctb04krgo0/s-gv4n3osg45-1tr2kbg-8un1itjzpi55p5aer9vt7wlr0/query-cache.bin differ diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-1i0ctb04krgo0/s-gv4mgr1dt4-1h58fd5-7cxdo2s9hzi8asf1d8hk05x3e/work-products.bin b/target/debug/incremental/code_challenge_2024_lla_dane-1i0ctb04krgo0/s-gv4n3osg45-1tr2kbg-8un1itjzpi55p5aer9vt7wlr0/work-products.bin similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-1i0ctb04krgo0/s-gv4mgr1dt4-1h58fd5-7cxdo2s9hzi8asf1d8hk05x3e/work-products.bin rename to target/debug/incremental/code_challenge_2024_lla_dane-1i0ctb04krgo0/s-gv4n3osg45-1tr2kbg-8un1itjzpi55p5aer9vt7wlr0/work-products.bin diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-1i0ctb04krgo0/s-gv4mgr1dt4-1h58fd5.lock b/target/debug/incremental/code_challenge_2024_lla_dane-1i0ctb04krgo0/s-gv4n3osg45-1tr2kbg.lock similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-1i0ctb04krgo0/s-gv4mgr1dt4-1h58fd5.lock rename to target/debug/incremental/code_challenge_2024_lla_dane-1i0ctb04krgo0/s-gv4n3osg45-1tr2kbg.lock diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/109ek12mrwrqoxou.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/109ek12mrwrqoxou.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/109ek12mrwrqoxou.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/109ek12mrwrqoxou.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/119hk7s6ermwua5j.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/119hk7s6ermwua5j.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/119hk7s6ermwua5j.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/119hk7s6ermwua5j.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/11o6vx1pthh0tz4.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/11o6vx1pthh0tz4.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/11o6vx1pthh0tz4.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/11o6vx1pthh0tz4.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/13l151h8i1klsf4m.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/13l151h8i1klsf4m.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/13l151h8i1klsf4m.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/13l151h8i1klsf4m.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/18mhjmw418qfhke3.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/18mhjmw418qfhke3.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/18mhjmw418qfhke3.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/18mhjmw418qfhke3.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/18o31oxvsr3gygj3.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/18o31oxvsr3gygj3.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/18o31oxvsr3gygj3.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/18o31oxvsr3gygj3.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/19b9okbwlqhelpd1.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/19b9okbwlqhelpd1.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/19b9okbwlqhelpd1.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/19b9okbwlqhelpd1.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/19pwygu63i2lrwv6.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/19pwygu63i2lrwv6.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/19pwygu63i2lrwv6.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/19pwygu63i2lrwv6.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/19xzovzxzztbde9d.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/19xzovzxzztbde9d.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/19xzovzxzztbde9d.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/19xzovzxzztbde9d.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/1ckryacrp43nvnmj.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/1ckryacrp43nvnmj.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/1ckryacrp43nvnmj.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/1ckryacrp43nvnmj.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/1fzp05imw9mkwegi.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/1fzp05imw9mkwegi.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/1fzp05imw9mkwegi.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/1fzp05imw9mkwegi.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/1gqmxkhyrcohgxim.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/1gqmxkhyrcohgxim.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/1gqmxkhyrcohgxim.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/1gqmxkhyrcohgxim.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/1hvwzblqx9ngbvhw.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/1hvwzblqx9ngbvhw.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/1hvwzblqx9ngbvhw.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/1hvwzblqx9ngbvhw.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/1javlzgkpxcepy0d.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/1javlzgkpxcepy0d.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/1javlzgkpxcepy0d.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/1javlzgkpxcepy0d.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/1k78gyuplmfvhnaw.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/1k78gyuplmfvhnaw.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/1k78gyuplmfvhnaw.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/1k78gyuplmfvhnaw.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/1si8fzc8ksq3xjd6.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/1si8fzc8ksq3xjd6.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/1si8fzc8ksq3xjd6.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/1si8fzc8ksq3xjd6.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/1xqojzigjnbgcz44.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/1xqojzigjnbgcz44.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/1xqojzigjnbgcz44.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/1xqojzigjnbgcz44.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/20ferw314b0c8beb.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/20ferw314b0c8beb.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/20ferw314b0c8beb.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/20ferw314b0c8beb.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2136usnpxmafpckf.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2136usnpxmafpckf.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2136usnpxmafpckf.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2136usnpxmafpckf.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/22soi2yfo9d7oohm.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/22soi2yfo9d7oohm.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/22soi2yfo9d7oohm.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/22soi2yfo9d7oohm.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/24qh4idfwgxs6u2z.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/24qh4idfwgxs6u2z.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/24qh4idfwgxs6u2z.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/24qh4idfwgxs6u2z.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/25p1mxdbtb2mqexl.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/25p1mxdbtb2mqexl.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/25p1mxdbtb2mqexl.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/25p1mxdbtb2mqexl.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/25r1r9vbtsk0glw3.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/25r1r9vbtsk0glw3.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/25r1r9vbtsk0glw3.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/25r1r9vbtsk0glw3.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2720ts638eeu808f.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2720ts638eeu808f.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2720ts638eeu808f.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2720ts638eeu808f.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2825hu9xbsfmg9o0.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2825hu9xbsfmg9o0.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2825hu9xbsfmg9o0.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2825hu9xbsfmg9o0.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2c1onhidz3khot2j.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2c1onhidz3khot2j.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2c1onhidz3khot2j.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2c1onhidz3khot2j.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2fwdsp0hmusbmr0o.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2fwdsp0hmusbmr0o.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2fwdsp0hmusbmr0o.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2fwdsp0hmusbmr0o.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2h4kt7c9mh3eq705.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2h4kt7c9mh3eq705.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2h4kt7c9mh3eq705.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2h4kt7c9mh3eq705.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2h7eg5lygb4lsmyb.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2h7eg5lygb4lsmyb.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2h7eg5lygb4lsmyb.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2h7eg5lygb4lsmyb.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2hnqa3hbnssd6ku9.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2hnqa3hbnssd6ku9.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2hnqa3hbnssd6ku9.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2hnqa3hbnssd6ku9.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2j53vo6zb11suevu.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2j53vo6zb11suevu.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2j53vo6zb11suevu.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2j53vo6zb11suevu.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2lk7gky0k37b9l8l.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2lk7gky0k37b9l8l.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2lk7gky0k37b9l8l.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2lk7gky0k37b9l8l.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2lsswnjz1zoj3e5i.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2lsswnjz1zoj3e5i.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2lsswnjz1zoj3e5i.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2lsswnjz1zoj3e5i.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2m4s7oe0yaxnddgw.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2m4s7oe0yaxnddgw.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2m4s7oe0yaxnddgw.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2m4s7oe0yaxnddgw.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2mqro23iew0rua4m.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2mqro23iew0rua4m.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2mqro23iew0rua4m.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2mqro23iew0rua4m.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2n0xrqy1cjp1l0e7.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2n0xrqy1cjp1l0e7.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2n0xrqy1cjp1l0e7.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2n0xrqy1cjp1l0e7.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2oylx5ijr0gs1d4c.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2oylx5ijr0gs1d4c.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2oylx5ijr0gs1d4c.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2oylx5ijr0gs1d4c.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2p97ewn138zrxem1.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2p97ewn138zrxem1.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2p97ewn138zrxem1.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2p97ewn138zrxem1.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2pflhu1w5h7jn40m.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2pflhu1w5h7jn40m.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2pflhu1w5h7jn40m.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2pflhu1w5h7jn40m.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2txf8i8kjco1bmnk.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2txf8i8kjco1bmnk.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2txf8i8kjco1bmnk.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2txf8i8kjco1bmnk.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2tyu4fv7oxxu2kmx.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2tyu4fv7oxxu2kmx.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2tyu4fv7oxxu2kmx.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2tyu4fv7oxxu2kmx.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2ujg5ffep5th4kfn.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2ujg5ffep5th4kfn.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2ujg5ffep5th4kfn.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2ujg5ffep5th4kfn.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2w412bxbiqmxqs0q.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2w412bxbiqmxqs0q.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2w412bxbiqmxqs0q.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2w412bxbiqmxqs0q.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2wrwli9jrpqwkkxw.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2wrwli9jrpqwkkxw.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2wrwli9jrpqwkkxw.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2wrwli9jrpqwkkxw.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2xn4n0bpwirv0oy4.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2xn4n0bpwirv0oy4.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2xn4n0bpwirv0oy4.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2xn4n0bpwirv0oy4.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2y526rrsybztxgva.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2y526rrsybztxgva.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2y526rrsybztxgva.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2y526rrsybztxgva.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2zgcgzylyv2jfdl.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2zgcgzylyv2jfdl.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/2zgcgzylyv2jfdl.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/2zgcgzylyv2jfdl.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/315l4l3ns81apeki.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/315l4l3ns81apeki.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/315l4l3ns81apeki.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/315l4l3ns81apeki.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/34t2ikq1emtqthrk.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/34t2ikq1emtqthrk.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/34t2ikq1emtqthrk.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/34t2ikq1emtqthrk.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/36p0evf2326a6e28.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/36p0evf2326a6e28.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/36p0evf2326a6e28.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/36p0evf2326a6e28.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/36pej9w5m6rrfq5g.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/36pej9w5m6rrfq5g.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/36pej9w5m6rrfq5g.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/36pej9w5m6rrfq5g.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/36z9yqhvr20358iy.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/36z9yqhvr20358iy.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/36z9yqhvr20358iy.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/36z9yqhvr20358iy.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/38nizd7i8bbr999.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/38nizd7i8bbr999.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/38nizd7i8bbr999.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/38nizd7i8bbr999.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/399ziu1oen1j7d9o.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/399ziu1oen1j7d9o.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/399ziu1oen1j7d9o.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/399ziu1oen1j7d9o.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/3abi4xowlpe7n2w.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/3abi4xowlpe7n2w.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/3abi4xowlpe7n2w.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/3abi4xowlpe7n2w.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/3bek1xzng322qx05.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/3bek1xzng322qx05.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/3bek1xzng322qx05.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/3bek1xzng322qx05.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/3g5dqaivljtj6bkt.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/3g5dqaivljtj6bkt.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/3g5dqaivljtj6bkt.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/3g5dqaivljtj6bkt.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/3gvcoxpwb40xwqon.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/3gvcoxpwb40xwqon.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/3gvcoxpwb40xwqon.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/3gvcoxpwb40xwqon.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/3kn5p0n1qojkfksd.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/3kn5p0n1qojkfksd.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/3kn5p0n1qojkfksd.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/3kn5p0n1qojkfksd.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/3loupxup6usdu2qf.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/3loupxup6usdu2qf.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/3loupxup6usdu2qf.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/3loupxup6usdu2qf.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/3mg4wt4tvyfysc7c.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/3mg4wt4tvyfysc7c.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/3mg4wt4tvyfysc7c.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/3mg4wt4tvyfysc7c.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/3myu51muriz05rmo.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/3myu51muriz05rmo.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/3myu51muriz05rmo.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/3myu51muriz05rmo.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/3news929ayysj8qb.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/3news929ayysj8qb.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/3news929ayysj8qb.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/3news929ayysj8qb.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/3nrodnc9ryk4jj0a.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/3nrodnc9ryk4jj0a.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/3nrodnc9ryk4jj0a.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/3nrodnc9ryk4jj0a.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/3ns5lv86yoejm286.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/3ns5lv86yoejm286.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/3ns5lv86yoejm286.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/3ns5lv86yoejm286.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/3oj1vr4r41446rka.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/3oj1vr4r41446rka.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/3oj1vr4r41446rka.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/3oj1vr4r41446rka.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/3p1d9yzrz64c6fs8.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/3p1d9yzrz64c6fs8.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/3p1d9yzrz64c6fs8.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/3p1d9yzrz64c6fs8.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/3qxx6itc81l23k31.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/3qxx6itc81l23k31.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/3qxx6itc81l23k31.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/3qxx6itc81l23k31.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/3s7q0tlo635u5b02.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/3s7q0tlo635u5b02.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/3s7q0tlo635u5b02.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/3s7q0tlo635u5b02.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/3uf0znhwkc6f7weo.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/3uf0znhwkc6f7weo.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/3uf0znhwkc6f7weo.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/3uf0znhwkc6f7weo.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/3z1v8l0mnualynam.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/3z1v8l0mnualynam.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/3z1v8l0mnualynam.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/3z1v8l0mnualynam.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/400rse1jr223uodz.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/400rse1jr223uodz.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/400rse1jr223uodz.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/400rse1jr223uodz.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4180w10jezskr2w7.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4180w10jezskr2w7.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4180w10jezskr2w7.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4180w10jezskr2w7.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/42h2vnfq7gcqrfes.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/42h2vnfq7gcqrfes.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/42h2vnfq7gcqrfes.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/42h2vnfq7gcqrfes.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/42i3m8lhq6lqx29w.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/42i3m8lhq6lqx29w.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/42i3m8lhq6lqx29w.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/42i3m8lhq6lqx29w.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/437mbjvukbln9yom.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/437mbjvukbln9yom.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/437mbjvukbln9yom.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/437mbjvukbln9yom.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/43t8vozene587yzd.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/43t8vozene587yzd.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/43t8vozene587yzd.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/43t8vozene587yzd.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/46mefj0my945gwez.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/46mefj0my945gwez.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/46mefj0my945gwez.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/46mefj0my945gwez.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/46wngjlqbflc4um2.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/46wngjlqbflc4um2.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/46wngjlqbflc4um2.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/46wngjlqbflc4um2.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/48an7h62ffbskas.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/48an7h62ffbskas.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/48an7h62ffbskas.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/48an7h62ffbskas.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/490tobsmvu6x6235.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/490tobsmvu6x6235.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/490tobsmvu6x6235.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/490tobsmvu6x6235.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4a58pjjjlhqvuo6b.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4a58pjjjlhqvuo6b.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4a58pjjjlhqvuo6b.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4a58pjjjlhqvuo6b.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4arnankxcg9wugmg.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4arnankxcg9wugmg.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4arnankxcg9wugmg.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4arnankxcg9wugmg.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4bzd71348vlv00i3.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4bzd71348vlv00i3.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4bzd71348vlv00i3.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4bzd71348vlv00i3.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4c27t0htrxss7kf4.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4c27t0htrxss7kf4.o similarity index 99% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4c27t0htrxss7kf4.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4c27t0htrxss7kf4.o index b1f59ec7..1250c5ae 100644 Binary files a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4c27t0htrxss7kf4.o and b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4c27t0htrxss7kf4.o differ diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4ct0x8kfdp8ds2v5.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4ct0x8kfdp8ds2v5.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4ct0x8kfdp8ds2v5.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4ct0x8kfdp8ds2v5.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4ek90b86pkzbdwu0.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4ek90b86pkzbdwu0.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4ek90b86pkzbdwu0.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4ek90b86pkzbdwu0.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4fb8741m3t34e532.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4fb8741m3t34e532.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4fb8741m3t34e532.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4fb8741m3t34e532.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4fbzfm8b8wbbsufa.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4fbzfm8b8wbbsufa.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4fbzfm8b8wbbsufa.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4fbzfm8b8wbbsufa.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4hjt4ubq0ca95fu7.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4hjt4ubq0ca95fu7.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4hjt4ubq0ca95fu7.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4hjt4ubq0ca95fu7.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4hqc0m72d1o2h2m7.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4hqc0m72d1o2h2m7.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4hqc0m72d1o2h2m7.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4hqc0m72d1o2h2m7.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4ictetlhhs1ja1qj.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4ictetlhhs1ja1qj.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4ictetlhhs1ja1qj.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4ictetlhhs1ja1qj.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4ikm1127q6l9dl6t.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4ikm1127q6l9dl6t.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4ikm1127q6l9dl6t.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4ikm1127q6l9dl6t.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4j5btf2rx2ygcknl.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4j5btf2rx2ygcknl.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4j5btf2rx2ygcknl.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4j5btf2rx2ygcknl.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4k7i03ec52odnn12.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4k7i03ec52odnn12.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4k7i03ec52odnn12.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4k7i03ec52odnn12.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4mra6ow7ce544rj3.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4mra6ow7ce544rj3.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4mra6ow7ce544rj3.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4mra6ow7ce544rj3.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4o6avf16lgxsiu73.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4o6avf16lgxsiu73.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4o6avf16lgxsiu73.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4o6avf16lgxsiu73.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4pecy9v2mvkmlu46.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4pecy9v2mvkmlu46.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4pecy9v2mvkmlu46.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4pecy9v2mvkmlu46.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4pwhwdxtpzqngzyz.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4pwhwdxtpzqngzyz.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4pwhwdxtpzqngzyz.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4pwhwdxtpzqngzyz.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4qkz6zn2fcpxr6ic.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4qkz6zn2fcpxr6ic.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4qkz6zn2fcpxr6ic.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4qkz6zn2fcpxr6ic.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4v9xomupbphe254p.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4v9xomupbphe254p.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4v9xomupbphe254p.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4v9xomupbphe254p.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4vqrlvk1zied6o7j.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4vqrlvk1zied6o7j.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4vqrlvk1zied6o7j.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4vqrlvk1zied6o7j.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4yll1qh0jrervuic.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4yll1qh0jrervuic.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/4yll1qh0jrervuic.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/4yll1qh0jrervuic.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/50udr5h343zgmd8y.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/50udr5h343zgmd8y.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/50udr5h343zgmd8y.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/50udr5h343zgmd8y.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/517w9e6k7bahqbp8.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/517w9e6k7bahqbp8.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/517w9e6k7bahqbp8.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/517w9e6k7bahqbp8.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/53cqaagt4ces1rnl.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/53cqaagt4ces1rnl.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/53cqaagt4ces1rnl.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/53cqaagt4ces1rnl.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/564dhw43btns76pe.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/564dhw43btns76pe.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/564dhw43btns76pe.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/564dhw43btns76pe.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/56urzb6at11lilpf.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/56urzb6at11lilpf.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/56urzb6at11lilpf.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/56urzb6at11lilpf.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/58nm98pvc7e0qmzp.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/58nm98pvc7e0qmzp.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/58nm98pvc7e0qmzp.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/58nm98pvc7e0qmzp.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/5a4l4y6w89vx750v.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/5a4l4y6w89vx750v.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/5a4l4y6w89vx750v.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/5a4l4y6w89vx750v.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/5cbdf0dlu8xbo1sw.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/5cbdf0dlu8xbo1sw.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/5cbdf0dlu8xbo1sw.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/5cbdf0dlu8xbo1sw.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/5d7kcfnhb0u4g053.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/5d7kcfnhb0u4g053.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/5d7kcfnhb0u4g053.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/5d7kcfnhb0u4g053.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/5f8c5zqvz8cbzl69.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/5f8c5zqvz8cbzl69.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/5f8c5zqvz8cbzl69.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/5f8c5zqvz8cbzl69.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/5ffrp4e8by898dj7.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/5ffrp4e8by898dj7.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/5ffrp4e8by898dj7.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/5ffrp4e8by898dj7.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/5fh4rtsthl83vyr3.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/5fh4rtsthl83vyr3.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/5fh4rtsthl83vyr3.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/5fh4rtsthl83vyr3.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/5fx70lf3kzt8pvjl.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/5fx70lf3kzt8pvjl.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/5fx70lf3kzt8pvjl.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/5fx70lf3kzt8pvjl.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/5gj7cxc4gixxo4cd.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/5gj7cxc4gixxo4cd.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/5gj7cxc4gixxo4cd.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/5gj7cxc4gixxo4cd.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/5go1a0utp18d9cbn.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/5go1a0utp18d9cbn.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/5go1a0utp18d9cbn.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/5go1a0utp18d9cbn.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/6d00mvxeciio3zk.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/6d00mvxeciio3zk.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/6d00mvxeciio3zk.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/6d00mvxeciio3zk.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/9s834rz1e5fxu3y.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/9s834rz1e5fxu3y.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/9s834rz1e5fxu3y.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/9s834rz1e5fxu3y.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/9wd2panv0lvt1r.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/9wd2panv0lvt1r.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/9wd2panv0lvt1r.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/9wd2panv0lvt1r.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/arjgix5nuxbq5j4.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/arjgix5nuxbq5j4.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/arjgix5nuxbq5j4.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/arjgix5nuxbq5j4.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/cbrer5ulyfq5b3l.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/cbrer5ulyfq5b3l.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/cbrer5ulyfq5b3l.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/cbrer5ulyfq5b3l.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/dep-graph.bin b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/dep-graph.bin similarity index 58% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/dep-graph.bin rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/dep-graph.bin index 6ee9a160..efd7245d 100644 Binary files a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/dep-graph.bin and b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/dep-graph.bin differ diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/ejean1cm0v38phv.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/ejean1cm0v38phv.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/ejean1cm0v38phv.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/ejean1cm0v38phv.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/gc5f5qzj0w9x780.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/gc5f5qzj0w9x780.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/gc5f5qzj0w9x780.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/gc5f5qzj0w9x780.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/h41slinjzw8wenh.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/h41slinjzw8wenh.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/h41slinjzw8wenh.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/h41slinjzw8wenh.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/hc6k006rpx8lbvk.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/hc6k006rpx8lbvk.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/hc6k006rpx8lbvk.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/hc6k006rpx8lbvk.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/hjb9gl5wdf1cynt.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/hjb9gl5wdf1cynt.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/hjb9gl5wdf1cynt.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/hjb9gl5wdf1cynt.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/hpa7va9pz5wpurb.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/hpa7va9pz5wpurb.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/hpa7va9pz5wpurb.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/hpa7va9pz5wpurb.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/mlm198288q611uf.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/mlm198288q611uf.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/mlm198288q611uf.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/mlm198288q611uf.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/mrmeafdf2t5gv8s.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/mrmeafdf2t5gv8s.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/mrmeafdf2t5gv8s.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/mrmeafdf2t5gv8s.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/n8l3jorvw4a3kpt.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/n8l3jorvw4a3kpt.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/n8l3jorvw4a3kpt.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/n8l3jorvw4a3kpt.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/pk2hicx15q40sfs.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/pk2hicx15q40sfs.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/pk2hicx15q40sfs.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/pk2hicx15q40sfs.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/plkog2kq0pf59sz.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/plkog2kq0pf59sz.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/plkog2kq0pf59sz.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/plkog2kq0pf59sz.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/q474jcm56db4zfn.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/q474jcm56db4zfn.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/q474jcm56db4zfn.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/q474jcm56db4zfn.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/query-cache.bin b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/query-cache.bin similarity index 57% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/query-cache.bin rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/query-cache.bin index d67f2b92..a69a3ff5 100644 Binary files a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/query-cache.bin and b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/query-cache.bin differ diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/r4tbudeimo1gghd.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/r4tbudeimo1gghd.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/r4tbudeimo1gghd.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/r4tbudeimo1gghd.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/srxlm9ltpovpz0q.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/srxlm9ltpovpz0q.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/srxlm9ltpovpz0q.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/srxlm9ltpovpz0q.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/ua89dm2ds6zs2t.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/ua89dm2ds6zs2t.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/ua89dm2ds6zs2t.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/ua89dm2ds6zs2t.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/uj2tkt5mqip07w2.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/uj2tkt5mqip07w2.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/uj2tkt5mqip07w2.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/uj2tkt5mqip07w2.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/vng1p2r66903pv5.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/vng1p2r66903pv5.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/vng1p2r66903pv5.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/vng1p2r66903pv5.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/vvtqddlka5l77u.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/vvtqddlka5l77u.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/vvtqddlka5l77u.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/vvtqddlka5l77u.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/work-products.bin b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/work-products.bin similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/work-products.bin rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/work-products.bin diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/x1fdhjyme2pmznz.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/x1fdhjyme2pmznz.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/x1fdhjyme2pmznz.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/x1fdhjyme2pmznz.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/x2njeuvv2lm0es4.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/x2njeuvv2lm0es4.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/x2njeuvv2lm0es4.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/x2njeuvv2lm0es4.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/ygkw37p6zokxa8.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/ygkw37p6zokxa8.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/ygkw37p6zokxa8.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/ygkw37p6zokxa8.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/z92u6gko44lzi9b.o b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/z92u6gko44lzi9b.o similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo-8frvfvjl9omv5gw219hve46e3/z92u6gko44lzi9b.o rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d-408dxwrjs8uhe11leht1v7eyu/z92u6gko44lzi9b.o diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo.lock b/target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d.lock similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4mgsf8ca-1q3d4yo.lock rename to target/debug/incremental/code_challenge_2024_lla_dane-2rz7zqyk6jm9m/s-gv4n3vwnli-1m2lc6d.lock diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-3t9i3lgzj0mvb/s-gv4mgr1dt3-10zplrk-bxeaulai0cr827asrnj1fb0c8/dep-graph.bin b/target/debug/incremental/code_challenge_2024_lla_dane-3t9i3lgzj0mvb/s-gv4n3oshyc-1bbh27w-8ri7rsi8lwp4cp0u8hyzzdvto/dep-graph.bin similarity index 64% rename from target/debug/incremental/code_challenge_2024_lla_dane-3t9i3lgzj0mvb/s-gv4mgr1dt3-10zplrk-bxeaulai0cr827asrnj1fb0c8/dep-graph.bin rename to target/debug/incremental/code_challenge_2024_lla_dane-3t9i3lgzj0mvb/s-gv4n3oshyc-1bbh27w-8ri7rsi8lwp4cp0u8hyzzdvto/dep-graph.bin index 60c050e9..283aa8aa 100644 Binary files a/target/debug/incremental/code_challenge_2024_lla_dane-3t9i3lgzj0mvb/s-gv4mgr1dt3-10zplrk-bxeaulai0cr827asrnj1fb0c8/dep-graph.bin and b/target/debug/incremental/code_challenge_2024_lla_dane-3t9i3lgzj0mvb/s-gv4n3oshyc-1bbh27w-8ri7rsi8lwp4cp0u8hyzzdvto/dep-graph.bin differ diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-3t9i3lgzj0mvb/s-gv4mgr1dt3-10zplrk-bxeaulai0cr827asrnj1fb0c8/query-cache.bin b/target/debug/incremental/code_challenge_2024_lla_dane-3t9i3lgzj0mvb/s-gv4n3oshyc-1bbh27w-8ri7rsi8lwp4cp0u8hyzzdvto/query-cache.bin similarity index 63% rename from target/debug/incremental/code_challenge_2024_lla_dane-3t9i3lgzj0mvb/s-gv4mgr1dt3-10zplrk-bxeaulai0cr827asrnj1fb0c8/query-cache.bin rename to target/debug/incremental/code_challenge_2024_lla_dane-3t9i3lgzj0mvb/s-gv4n3oshyc-1bbh27w-8ri7rsi8lwp4cp0u8hyzzdvto/query-cache.bin index e4cc770b..56dd1201 100644 Binary files a/target/debug/incremental/code_challenge_2024_lla_dane-3t9i3lgzj0mvb/s-gv4mgr1dt3-10zplrk-bxeaulai0cr827asrnj1fb0c8/query-cache.bin and b/target/debug/incremental/code_challenge_2024_lla_dane-3t9i3lgzj0mvb/s-gv4n3oshyc-1bbh27w-8ri7rsi8lwp4cp0u8hyzzdvto/query-cache.bin differ diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-3t9i3lgzj0mvb/s-gv4mgr1dt3-10zplrk-bxeaulai0cr827asrnj1fb0c8/work-products.bin b/target/debug/incremental/code_challenge_2024_lla_dane-3t9i3lgzj0mvb/s-gv4n3oshyc-1bbh27w-8ri7rsi8lwp4cp0u8hyzzdvto/work-products.bin similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-3t9i3lgzj0mvb/s-gv4mgr1dt3-10zplrk-bxeaulai0cr827asrnj1fb0c8/work-products.bin rename to target/debug/incremental/code_challenge_2024_lla_dane-3t9i3lgzj0mvb/s-gv4n3oshyc-1bbh27w-8ri7rsi8lwp4cp0u8hyzzdvto/work-products.bin diff --git a/target/debug/incremental/code_challenge_2024_lla_dane-3t9i3lgzj0mvb/s-gv4mgr1dt3-10zplrk.lock b/target/debug/incremental/code_challenge_2024_lla_dane-3t9i3lgzj0mvb/s-gv4n3oshyc-1bbh27w.lock similarity index 100% rename from target/debug/incremental/code_challenge_2024_lla_dane-3t9i3lgzj0mvb/s-gv4mgr1dt3-10zplrk.lock rename to target/debug/incremental/code_challenge_2024_lla_dane-3t9i3lgzj0mvb/s-gv4n3oshyc-1bbh27w.lock diff --git a/target/x86_64-unknown-linux-gnu/debug/.fingerprint/code-challenge-2024-lla-dane-c49df5cd05d26ab2/output-test-bin-code-challenge-2024-lla-dane b/target/x86_64-unknown-linux-gnu/debug/.fingerprint/code-challenge-2024-lla-dane-c49df5cd05d26ab2/output-test-bin-code-challenge-2024-lla-dane index 6c59e372..daf4bae3 100644 --- a/target/x86_64-unknown-linux-gnu/debug/.fingerprint/code-challenge-2024-lla-dane-c49df5cd05d26ab2/output-test-bin-code-challenge-2024-lla-dane +++ b/target/x86_64-unknown-linux-gnu/debug/.fingerprint/code-challenge-2024-lla-dane-c49df5cd05d26ab2/output-test-bin-code-challenge-2024-lla-dane @@ -1,10 +1,11 @@ {"$message_type":"diagnostic","message":"unused imports: `fs::File`, `io::Write`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"src/block_mine/merkle_root.rs","byte_start":10,"byte_end":18,"line_start":1,"line_end":1,"column_start":11,"column_end":19,"is_primary":true,"text":[{"text":"use std::{fs::File, io::Write};","highlight_start":11,"highlight_end":19}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/block_mine/merkle_root.rs","byte_start":20,"byte_end":29,"line_start":1,"line_end":1,"column_start":21,"column_end":30,"is_primary":true,"text":[{"text":"use std::{fs::File, io::Write};","highlight_start":21,"highlight_end":30}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_imports)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"remove the whole `use` item","code":null,"level":"help","spans":[{"file_name":"src/block_mine/merkle_root.rs","byte_start":0,"byte_end":31,"line_start":1,"line_end":1,"column_start":1,"column_end":32,"is_primary":true,"text":[{"text":"use std::{fs::File, io::Write};","highlight_start":1,"highlight_end":32}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused imports: `fs::File`, `io::Write`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/block_mine/merkle_root.rs:1:11\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m1\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0muse std::{fs::File, io::Write};\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_imports)]` on by default\u001b[0m\n\n"} {"$message_type":"diagnostic","message":"unused variable: `coinbase_txid`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/block_mine/block.rs","byte_start":2043,"byte_end":2056,"line_start":68,"line_end":68,"column_start":36,"column_end":49,"is_primary":true,"text":[{"text":" let (merkel_root, coinbase_tx, coinbase_txid, txids) = generate_roots(map.clone())?;","highlight_start":36,"highlight_end":49}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_variables)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/block_mine/block.rs","byte_start":2043,"byte_end":2056,"line_start":68,"line_end":68,"column_start":36,"column_end":49,"is_primary":true,"text":[{"text":" let (merkel_root, coinbase_tx, coinbase_txid, txids) = generate_roots(map.clone())?;","highlight_start":36,"highlight_end":49}],"label":null,"suggested_replacement":"_coinbase_txid","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `coinbase_txid`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/block_mine/block.rs:68:36\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m68\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let (merkel_root, coinbase_tx, coinbase_txid, txids) = generate_roots(map.clone())?;\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_coinbase_txid`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_variables)]` on by default\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"unused variable: `merkel_root_le`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/block_mine/block.rs","byte_start":2609,"byte_end":2623,"line_start":84,"line_end":84,"column_start":9,"column_end":23,"is_primary":true,"text":[{"text":" let merkel_root_le = hex::encode(merkel_root_bytes);","highlight_start":9,"highlight_end":23}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/block_mine/block.rs","byte_start":2609,"byte_end":2623,"line_start":84,"line_end":84,"column_start":9,"column_end":23,"is_primary":true,"text":[{"text":" let merkel_root_le = hex::encode(merkel_root_bytes);","highlight_start":9,"highlight_end":23}],"label":null,"suggested_replacement":"_merkel_root_le","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `merkel_root_le`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/block_mine/block.rs:84:9\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m84\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let merkel_root_le = hex::encode(merkel_root_bytes);\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_merkel_root_le`\u001b[0m\n\n"} {"$message_type":"diagnostic","message":"variable `total_weight` is assigned to, but never used","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/block_mine/serialise_tx.rs","byte_start":8787,"byte_end":8799,"line_start":292,"line_end":292,"column_start":17,"column_end":29,"is_primary":true,"text":[{"text":" let mut total_weight = 0;","highlight_start":17,"highlight_end":29}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"consider using `_total_weight` instead","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: variable `total_weight` is assigned to, but never used\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/block_mine/serialise_tx.rs:292:17\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m292\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let mut total_weight = 0;\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: consider using `_total_weight` instead\u001b[0m\n\n"} {"$message_type":"diagnostic","message":"unused variable: `path`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/block_mine/serialise_tx.rs","byte_start":9224,"byte_end":9228,"line_start":311,"line_end":311,"column_start":17,"column_end":21,"is_primary":true,"text":[{"text":" let path = entry.path();","highlight_start":17,"highlight_end":21}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/block_mine/serialise_tx.rs","byte_start":9224,"byte_end":9228,"line_start":311,"line_end":311,"column_start":17,"column_end":21,"is_primary":true,"text":[{"text":" let path = entry.path();","highlight_start":17,"highlight_end":21}],"label":null,"suggested_replacement":"_path","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `path`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/block_mine/serialise_tx.rs:311:17\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m311\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let path = entry.path();\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_path`\u001b[0m\n\n"} {"$message_type":"diagnostic","message":"unused variable: `e`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/validation_checks/p2wsh.rs","byte_start":22230,"byte_end":22231,"line_start":589,"line_end":589,"column_start":33,"column_end":34,"is_primary":true,"text":[{"text":" Err(e) => {","highlight_start":33,"highlight_end":34}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/validation_checks/p2wsh.rs","byte_start":22230,"byte_end":22231,"line_start":589,"line_end":589,"column_start":33,"column_end":34,"is_primary":true,"text":[{"text":" Err(e) => {","highlight_start":33,"highlight_end":34}],"label":null,"suggested_replacement":"_e","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `e`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/validation_checks/p2wsh.rs:589:33\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m589\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m...\u001b[0m\u001b[0m Err(e) => {\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_e`\u001b[0m\n\n"} {"$message_type":"diagnostic","message":"unused variable: `e`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/validation_checks/p2wsh.rs","byte_start":22416,"byte_end":22417,"line_start":594,"line_end":594,"column_start":25,"column_end":26,"is_primary":true,"text":[{"text":" Err(e) => {}","highlight_start":25,"highlight_end":26}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/validation_checks/p2wsh.rs","byte_start":22416,"byte_end":22417,"line_start":594,"line_end":594,"column_start":25,"column_end":26,"is_primary":true,"text":[{"text":" Err(e) => {}","highlight_start":25,"highlight_end":26}],"label":null,"suggested_replacement":"_e","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `e`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/validation_checks/p2wsh.rs:594:25\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m594\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m Err(e) => {}\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_e`\u001b[0m\n\n"} {"$message_type":"diagnostic","message":"variable `x` is assigned to, but never used","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/validation_checks/mod.rs","byte_start":4329,"byte_end":4330,"line_start":143,"line_end":143,"column_start":13,"column_end":14,"is_primary":true,"text":[{"text":" let mut x: String = String::new();","highlight_start":13,"highlight_end":14}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"consider using `_x` instead","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: variable `x` is assigned to, but never used\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/validation_checks/mod.rs:143:13\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m143\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let mut x: String = String::new();\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: consider using `_x` instead\u001b[0m\n\n"} {"$message_type":"diagnostic","message":"value assigned to `x` is never read","code":{"code":"unused_assignments","explanation":null},"level":"warning","spans":[{"file_name":"src/validation_checks/mod.rs","byte_start":4611,"byte_end":4612,"line_start":150,"line_end":150,"column_start":9,"column_end":10,"is_primary":true,"text":[{"text":" x = hex::encode(trimmed_tx.clone());","highlight_start":9,"highlight_end":10}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"maybe it is overwritten before being read?","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"`#[warn(unused_assignments)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: value assigned to `x` is never read\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/validation_checks/mod.rs:150:9\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m150\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m x = hex::encode(trimmed_tx.clone());\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mhelp\u001b[0m\u001b[0m: maybe it is overwritten before being read?\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_assignments)]` on by default\u001b[0m\n\n"} -{"$message_type":"diagnostic","message":"unused `std::result::Result` that must be used","code":{"code":"unused_must_use","explanation":null},"level":"warning","spans":[{"file_name":"src/block_mine/block.rs","byte_start":4464,"byte_end":4484,"line_start":162,"line_end":162,"column_start":9,"column_end":29,"is_primary":true,"text":[{"text":" valid_block_header();","highlight_start":9,"highlight_end":29}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"this `Result` may be an `Err` variant, which should be handled","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"`#[warn(unused_must_use)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"use `let _ = ...` to ignore the resulting value","code":null,"level":"help","spans":[{"file_name":"src/block_mine/block.rs","byte_start":4464,"byte_end":4464,"line_start":162,"line_end":162,"column_start":9,"column_end":9,"is_primary":true,"text":[{"text":" valid_block_header();","highlight_start":9,"highlight_end":9}],"label":null,"suggested_replacement":"let _ = ","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused `std::result::Result` that must be used\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/block_mine/block.rs:162:9\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m162\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m valid_block_header();\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: this `Result` may be an `Err` variant, which should be handled\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_must_use)]` on by default\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14mhelp\u001b[0m\u001b[0m: use `let _ = ...` to ignore the resulting value\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m162\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10mlet _ = \u001b[0m\u001b[0mvalid_block_header();\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10m+++++++\u001b[0m\n\n"} -{"$message_type":"diagnostic","message":"9 warnings emitted","code":null,"level":"warning","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: 9 warnings emitted\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"unused `std::result::Result` that must be used","code":{"code":"unused_must_use","explanation":null},"level":"warning","spans":[{"file_name":"src/block_mine/block.rs","byte_start":4461,"byte_end":4481,"line_start":162,"line_end":162,"column_start":9,"column_end":29,"is_primary":true,"text":[{"text":" valid_block_header();","highlight_start":9,"highlight_end":29}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"this `Result` may be an `Err` variant, which should be handled","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"`#[warn(unused_must_use)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"use `let _ = ...` to ignore the resulting value","code":null,"level":"help","spans":[{"file_name":"src/block_mine/block.rs","byte_start":4461,"byte_end":4461,"line_start":162,"line_end":162,"column_start":9,"column_end":9,"is_primary":true,"text":[{"text":" valid_block_header();","highlight_start":9,"highlight_end":9}],"label":null,"suggested_replacement":"let _ = ","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused `std::result::Result` that must be used\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/block_mine/block.rs:162:9\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m162\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m valid_block_header();\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: this `Result` may be an `Err` variant, which should be handled\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_must_use)]` on by default\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14mhelp\u001b[0m\u001b[0m: use `let _ = ...` to ignore the resulting value\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m162\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10mlet _ = \u001b[0m\u001b[0mvalid_block_header();\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10m+++++++\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"10 warnings emitted","code":null,"level":"warning","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: 10 warnings emitted\u001b[0m\n\n"} diff --git a/target/x86_64-unknown-linux-gnu/debug/.fingerprint/code-challenge-2024-lla-dane-e3b30c0628ee8f16/output-bin-code-challenge-2024-lla-dane b/target/x86_64-unknown-linux-gnu/debug/.fingerprint/code-challenge-2024-lla-dane-e3b30c0628ee8f16/output-bin-code-challenge-2024-lla-dane index 805c3ab9..310482b7 100644 --- a/target/x86_64-unknown-linux-gnu/debug/.fingerprint/code-challenge-2024-lla-dane-e3b30c0628ee8f16/output-bin-code-challenge-2024-lla-dane +++ b/target/x86_64-unknown-linux-gnu/debug/.fingerprint/code-challenge-2024-lla-dane-e3b30c0628ee8f16/output-bin-code-challenge-2024-lla-dane @@ -1,5 +1,6 @@ {"$message_type":"diagnostic","message":"unused imports: `fs::File`, `io::Write`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"src/block_mine/merkle_root.rs","byte_start":10,"byte_end":18,"line_start":1,"line_end":1,"column_start":11,"column_end":19,"is_primary":true,"text":[{"text":"use std::{fs::File, io::Write};","highlight_start":11,"highlight_end":19}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/block_mine/merkle_root.rs","byte_start":20,"byte_end":29,"line_start":1,"line_end":1,"column_start":21,"column_end":30,"is_primary":true,"text":[{"text":"use std::{fs::File, io::Write};","highlight_start":21,"highlight_end":30}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_imports)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"remove the whole `use` item","code":null,"level":"help","spans":[{"file_name":"src/block_mine/merkle_root.rs","byte_start":0,"byte_end":31,"line_start":1,"line_end":1,"column_start":1,"column_end":32,"is_primary":true,"text":[{"text":"use std::{fs::File, io::Write};","highlight_start":1,"highlight_end":32}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused imports: `fs::File`, `io::Write`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/block_mine/merkle_root.rs:1:11\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m1\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0muse std::{fs::File, io::Write};\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_imports)]` on by default\u001b[0m\n\n"} {"$message_type":"diagnostic","message":"unused variable: `coinbase_txid`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/block_mine/block.rs","byte_start":2043,"byte_end":2056,"line_start":68,"line_end":68,"column_start":36,"column_end":49,"is_primary":true,"text":[{"text":" let (merkel_root, coinbase_tx, coinbase_txid, txids) = generate_roots(map.clone())?;","highlight_start":36,"highlight_end":49}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_variables)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/block_mine/block.rs","byte_start":2043,"byte_end":2056,"line_start":68,"line_end":68,"column_start":36,"column_end":49,"is_primary":true,"text":[{"text":" let (merkel_root, coinbase_tx, coinbase_txid, txids) = generate_roots(map.clone())?;","highlight_start":36,"highlight_end":49}],"label":null,"suggested_replacement":"_coinbase_txid","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `coinbase_txid`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/block_mine/block.rs:68:36\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m68\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let (merkel_root, coinbase_tx, coinbase_txid, txids) = generate_roots(map.clone())?;\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_coinbase_txid`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_variables)]` on by default\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"unused variable: `merkel_root_le`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/block_mine/block.rs","byte_start":2609,"byte_end":2623,"line_start":84,"line_end":84,"column_start":9,"column_end":23,"is_primary":true,"text":[{"text":" let merkel_root_le = hex::encode(merkel_root_bytes);","highlight_start":9,"highlight_end":23}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/block_mine/block.rs","byte_start":2609,"byte_end":2623,"line_start":84,"line_end":84,"column_start":9,"column_end":23,"is_primary":true,"text":[{"text":" let merkel_root_le = hex::encode(merkel_root_bytes);","highlight_start":9,"highlight_end":23}],"label":null,"suggested_replacement":"_merkel_root_le","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `merkel_root_le`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/block_mine/block.rs:84:9\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m84\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let merkel_root_le = hex::encode(merkel_root_bytes);\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_merkel_root_le`\u001b[0m\n\n"} {"$message_type":"diagnostic","message":"variable `x` is assigned to, but never used","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/validation_checks/mod.rs","byte_start":4329,"byte_end":4330,"line_start":143,"line_end":143,"column_start":13,"column_end":14,"is_primary":true,"text":[{"text":" let mut x: String = String::new();","highlight_start":13,"highlight_end":14}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"consider using `_x` instead","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: variable `x` is assigned to, but never used\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/validation_checks/mod.rs:143:13\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m143\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let mut x: String = String::new();\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: consider using `_x` instead\u001b[0m\n\n"} {"$message_type":"diagnostic","message":"value assigned to `x` is never read","code":{"code":"unused_assignments","explanation":null},"level":"warning","spans":[{"file_name":"src/validation_checks/mod.rs","byte_start":4611,"byte_end":4612,"line_start":150,"line_end":150,"column_start":9,"column_end":10,"is_primary":true,"text":[{"text":" x = hex::encode(trimmed_tx.clone());","highlight_start":9,"highlight_end":10}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"maybe it is overwritten before being read?","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"`#[warn(unused_assignments)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: value assigned to `x` is never read\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/validation_checks/mod.rs:150:9\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m150\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m x = hex::encode(trimmed_tx.clone());\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mhelp\u001b[0m\u001b[0m: maybe it is overwritten before being read?\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_assignments)]` on by default\u001b[0m\n\n"} -{"$message_type":"diagnostic","message":"4 warnings emitted","code":null,"level":"warning","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: 4 warnings emitted\u001b[0m\n\n"} +{"$message_type":"diagnostic","message":"5 warnings emitted","code":null,"level":"warning","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: 5 warnings emitted\u001b[0m\n\n"} diff --git a/target/x86_64-unknown-linux-gnu/debug/incremental/code_challenge_2024_lla_dane-1desqvqseujuw/s-gv4mgr4oor-15lxldi-4g2c4vhlmqvk0ivwnh8rt2p34/dep-graph.bin b/target/x86_64-unknown-linux-gnu/debug/incremental/code_challenge_2024_lla_dane-1desqvqseujuw/s-gv4n3ovfxz-gdhhdk-7usucij81p1h7j09pdt3ll1av/dep-graph.bin similarity index 64% rename from target/x86_64-unknown-linux-gnu/debug/incremental/code_challenge_2024_lla_dane-1desqvqseujuw/s-gv4mgr4oor-15lxldi-4g2c4vhlmqvk0ivwnh8rt2p34/dep-graph.bin rename to target/x86_64-unknown-linux-gnu/debug/incremental/code_challenge_2024_lla_dane-1desqvqseujuw/s-gv4n3ovfxz-gdhhdk-7usucij81p1h7j09pdt3ll1av/dep-graph.bin index de193b8b..9c7e866a 100644 Binary files a/target/x86_64-unknown-linux-gnu/debug/incremental/code_challenge_2024_lla_dane-1desqvqseujuw/s-gv4mgr4oor-15lxldi-4g2c4vhlmqvk0ivwnh8rt2p34/dep-graph.bin and b/target/x86_64-unknown-linux-gnu/debug/incremental/code_challenge_2024_lla_dane-1desqvqseujuw/s-gv4n3ovfxz-gdhhdk-7usucij81p1h7j09pdt3ll1av/dep-graph.bin differ diff --git a/target/x86_64-unknown-linux-gnu/debug/incremental/code_challenge_2024_lla_dane-1desqvqseujuw/s-gv4mgr4oor-15lxldi-4g2c4vhlmqvk0ivwnh8rt2p34/query-cache.bin b/target/x86_64-unknown-linux-gnu/debug/incremental/code_challenge_2024_lla_dane-1desqvqseujuw/s-gv4n3ovfxz-gdhhdk-7usucij81p1h7j09pdt3ll1av/query-cache.bin similarity index 62% rename from target/x86_64-unknown-linux-gnu/debug/incremental/code_challenge_2024_lla_dane-1desqvqseujuw/s-gv4mgr4oor-15lxldi-4g2c4vhlmqvk0ivwnh8rt2p34/query-cache.bin rename to target/x86_64-unknown-linux-gnu/debug/incremental/code_challenge_2024_lla_dane-1desqvqseujuw/s-gv4n3ovfxz-gdhhdk-7usucij81p1h7j09pdt3ll1av/query-cache.bin index 7ab9d1b5..b222449f 100644 Binary files a/target/x86_64-unknown-linux-gnu/debug/incremental/code_challenge_2024_lla_dane-1desqvqseujuw/s-gv4mgr4oor-15lxldi-4g2c4vhlmqvk0ivwnh8rt2p34/query-cache.bin and b/target/x86_64-unknown-linux-gnu/debug/incremental/code_challenge_2024_lla_dane-1desqvqseujuw/s-gv4n3ovfxz-gdhhdk-7usucij81p1h7j09pdt3ll1av/query-cache.bin differ diff --git a/target/x86_64-unknown-linux-gnu/debug/incremental/code_challenge_2024_lla_dane-1desqvqseujuw/s-gv4mgr4oor-15lxldi-4g2c4vhlmqvk0ivwnh8rt2p34/work-products.bin b/target/x86_64-unknown-linux-gnu/debug/incremental/code_challenge_2024_lla_dane-1desqvqseujuw/s-gv4n3ovfxz-gdhhdk-7usucij81p1h7j09pdt3ll1av/work-products.bin similarity index 100% rename from target/x86_64-unknown-linux-gnu/debug/incremental/code_challenge_2024_lla_dane-1desqvqseujuw/s-gv4mgr4oor-15lxldi-4g2c4vhlmqvk0ivwnh8rt2p34/work-products.bin rename to target/x86_64-unknown-linux-gnu/debug/incremental/code_challenge_2024_lla_dane-1desqvqseujuw/s-gv4n3ovfxz-gdhhdk-7usucij81p1h7j09pdt3ll1av/work-products.bin diff --git a/target/x86_64-unknown-linux-gnu/debug/incremental/code_challenge_2024_lla_dane-1desqvqseujuw/s-gv4mgr4oor-15lxldi.lock b/target/x86_64-unknown-linux-gnu/debug/incremental/code_challenge_2024_lla_dane-1desqvqseujuw/s-gv4n3ovfxz-gdhhdk.lock similarity index 100% rename from target/x86_64-unknown-linux-gnu/debug/incremental/code_challenge_2024_lla_dane-1desqvqseujuw/s-gv4mgr4oor-15lxldi.lock rename to target/x86_64-unknown-linux-gnu/debug/incremental/code_challenge_2024_lla_dane-1desqvqseujuw/s-gv4n3ovfxz-gdhhdk.lock diff --git a/target/x86_64-unknown-linux-gnu/debug/incremental/code_challenge_2024_lla_dane-94qy3se44yih/s-gv4mgr4oor-1kmnxlt-7oiensp6ewxxii4cbnturoxcj/dep-graph.bin b/target/x86_64-unknown-linux-gnu/debug/incremental/code_challenge_2024_lla_dane-94qy3se44yih/s-gv4n3ovg6l-11a6n4c-9wxog7ye1ugvge3dxt570gm4/dep-graph.bin similarity index 99% rename from target/x86_64-unknown-linux-gnu/debug/incremental/code_challenge_2024_lla_dane-94qy3se44yih/s-gv4mgr4oor-1kmnxlt-7oiensp6ewxxii4cbnturoxcj/dep-graph.bin rename to target/x86_64-unknown-linux-gnu/debug/incremental/code_challenge_2024_lla_dane-94qy3se44yih/s-gv4n3ovg6l-11a6n4c-9wxog7ye1ugvge3dxt570gm4/dep-graph.bin index f6fd665e..0df8b399 100644 Binary files a/target/x86_64-unknown-linux-gnu/debug/incremental/code_challenge_2024_lla_dane-94qy3se44yih/s-gv4mgr4oor-1kmnxlt-7oiensp6ewxxii4cbnturoxcj/dep-graph.bin and b/target/x86_64-unknown-linux-gnu/debug/incremental/code_challenge_2024_lla_dane-94qy3se44yih/s-gv4n3ovg6l-11a6n4c-9wxog7ye1ugvge3dxt570gm4/dep-graph.bin differ diff --git a/target/x86_64-unknown-linux-gnu/debug/incremental/code_challenge_2024_lla_dane-94qy3se44yih/s-gv4mgr4oor-1kmnxlt-7oiensp6ewxxii4cbnturoxcj/query-cache.bin b/target/x86_64-unknown-linux-gnu/debug/incremental/code_challenge_2024_lla_dane-94qy3se44yih/s-gv4n3ovg6l-11a6n4c-9wxog7ye1ugvge3dxt570gm4/query-cache.bin similarity index 95% rename from target/x86_64-unknown-linux-gnu/debug/incremental/code_challenge_2024_lla_dane-94qy3se44yih/s-gv4mgr4oor-1kmnxlt-7oiensp6ewxxii4cbnturoxcj/query-cache.bin rename to target/x86_64-unknown-linux-gnu/debug/incremental/code_challenge_2024_lla_dane-94qy3se44yih/s-gv4n3ovg6l-11a6n4c-9wxog7ye1ugvge3dxt570gm4/query-cache.bin index 39d461a6..41370219 100644 Binary files a/target/x86_64-unknown-linux-gnu/debug/incremental/code_challenge_2024_lla_dane-94qy3se44yih/s-gv4mgr4oor-1kmnxlt-7oiensp6ewxxii4cbnturoxcj/query-cache.bin and b/target/x86_64-unknown-linux-gnu/debug/incremental/code_challenge_2024_lla_dane-94qy3se44yih/s-gv4n3ovg6l-11a6n4c-9wxog7ye1ugvge3dxt570gm4/query-cache.bin differ diff --git a/target/x86_64-unknown-linux-gnu/debug/incremental/code_challenge_2024_lla_dane-94qy3se44yih/s-gv4mgr4oor-1kmnxlt-7oiensp6ewxxii4cbnturoxcj/work-products.bin b/target/x86_64-unknown-linux-gnu/debug/incremental/code_challenge_2024_lla_dane-94qy3se44yih/s-gv4n3ovg6l-11a6n4c-9wxog7ye1ugvge3dxt570gm4/work-products.bin similarity index 100% rename from target/x86_64-unknown-linux-gnu/debug/incremental/code_challenge_2024_lla_dane-94qy3se44yih/s-gv4mgr4oor-1kmnxlt-7oiensp6ewxxii4cbnturoxcj/work-products.bin rename to target/x86_64-unknown-linux-gnu/debug/incremental/code_challenge_2024_lla_dane-94qy3se44yih/s-gv4n3ovg6l-11a6n4c-9wxog7ye1ugvge3dxt570gm4/work-products.bin diff --git a/target/x86_64-unknown-linux-gnu/debug/incremental/code_challenge_2024_lla_dane-94qy3se44yih/s-gv4mgr4oor-1kmnxlt.lock b/target/x86_64-unknown-linux-gnu/debug/incremental/code_challenge_2024_lla_dane-94qy3se44yih/s-gv4n3ovg6l-11a6n4c.lock similarity index 100% rename from target/x86_64-unknown-linux-gnu/debug/incremental/code_challenge_2024_lla_dane-94qy3se44yih/s-gv4mgr4oor-1kmnxlt.lock rename to target/x86_64-unknown-linux-gnu/debug/incremental/code_challenge_2024_lla_dane-94qy3se44yih/s-gv4n3ovg6l-11a6n4c.lock