Parcourir la source

refactor: formatting for rustfmt macro

Co-authored-by: Christina Sørensen <christina@cafkafk.com>
Signed-off-by: Preston Thorpe <preston@unlockedlabs.org>
Preston Thorpe il y a 1 an
Parent
commit
313e602cde
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/fs/filter.rs

+ 1 - 1
src/fs/filter.rs

@@ -85,7 +85,7 @@ pub struct FileFilter {
 impl FileFilter {
     /// Remove every file in the given vector that does *not* pass the
     /// 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<'_>>) {
         use FileFilterFlags::{NoSymlinks, OnlyDirs, OnlyFiles, ShowSymlinks};