diff --git a/src/tests.rs b/src/tests.rs index 3d46f37..2b774b8 100644 --- a/src/tests.rs +++ b/src/tests.rs @@ -35,7 +35,7 @@ mod tests { } // Helper function to create test items with specific content and tags - fn create_test_items(dir: &Path, f: F) + fn create_test_items(dir: &Path, _f: F) where F: FnOnce(&str, &str), {