|
@@ -85,7 +85,7 @@ pub struct FileFilter {
|
|
|
impl FileFilter {
|
|
impl FileFilter {
|
|
|
/// Remove every file in the given vector that does *not* pass the
|
|
/// Remove every file in the given vector that does *not* pass the
|
|
|
/// filter predicate for files found inside a directory.
|
|
/// filter predicate for files found inside a directory.
|
|
|
-#[rustfmt::skip]
|
|
|
|
|
|
|
+ #[rustfmt::skip]
|
|
|
pub fn filter_child_files(&self, is_recurse: bool, files: &mut Vec<File<'_>>) {
|
|
pub fn filter_child_files(&self, is_recurse: bool, files: &mut Vec<File<'_>>) {
|
|
|
use FileFilterFlags::{NoSymlinks, OnlyDirs, OnlyFiles, ShowSymlinks};
|
|
use FileFilterFlags::{NoSymlinks, OnlyDirs, OnlyFiles, ShowSymlinks};
|
|
|
|
|
|