mirror of
https://github.com/uutils/findutils.git
synced 2026-06-10 15:48:30 -07:00
find: fix empty_line_after_outer_attr warnings
This commit is contained in:
@@ -356,7 +356,6 @@ impl Matcher for NotMatcher {
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
||||
mod tests {
|
||||
use super::*;
|
||||
use crate::find::matchers::quit::QuitMatcher;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user