Compare commits

..

1 Commits

Author SHA1 Message Date
71374eb731 tsk-44 (#47)
All checks were successful
Release Tagging / release (push) Successful in 28s
Rust Build / Check (push) Successful in 33s
Rust Build / Rustfmt (push) Successful in 33s
Rust Build / Clippy (push) Successful in 40s
Rust Build / Test Suite (push) Successful in 52s
Rust Build / build (push) Successful in 35s
Reviewed-on: #47
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
2025-10-21 16:20:51 +00:00

View File

@@ -9,7 +9,6 @@ pub mod test_util {
use rand::Rng;
// Function to save a Vec<u8> to a file
pub fn save_bytes_to_file(bytes: &[u8], file_path: &String) -> io::Result<()> {
let file = std::path::Path::new(file_path);