fix clippy lint warning

This commit is contained in:
Skgland
2025-08-08 22:08:13 +02:00
committed by Bennet Bleßmann
parent 1114700ce6
commit 7b960a7d63

View File

@@ -9,7 +9,7 @@ use crate::helper::load_module_test_with_input;
use current_platform::CURRENT_PLATFORM; use current_platform::CURRENT_PLATFORM;
const TMP_DIR: &'static str = env!("CARGO_TARGET_TMPDIR"); const TMP_DIR: &str = env!("CARGO_TARGET_TMPDIR");
// each test is building its own library so that they can easier run in parallel, // each test is building its own library so that they can easier run in parallel,
// i.e. don't need to wait for a large dynamic library to compile, // i.e. don't need to wait for a large dynamic library to compile,