find: fix empty_line_after_outer_attr warnings

This commit is contained in:
Daniel Hofstetter
2024-11-29 10:20:45 +01:00
parent 50b7ec67e0
commit 4e954a7a41
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -356,7 +356,6 @@ impl Matcher for NotMatcher {
}
#[cfg(test)]
mod tests {
use super::*;
use crate::find::matchers::quit::QuitMatcher;
+1 -1
View File
@@ -24,8 +24,8 @@ impl Matcher for PruneMatcher {
true
}
}
#[cfg(test)]
#[cfg(test)]
mod tests {
use super::*;
use crate::find::matchers::tests::get_dir_entry_for;