Просмотр исходного кода

refactor: formatting for rustfmt macro

Co-authored-by: Christina Sørensen <christina@cafkafk.com>
Signed-off-by: Preston Thorpe <preston@unlockedlabs.org>
Preston Thorpe 1 год назад
Родитель
Сommit
313e602cde
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/fs/filter.rs

+ 1 - 1
src/fs/filter.rs

@@ -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};