tools::fs::scan_subdir: use nix::Error instead of anyhow
allows using SysError trait on it Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
		
				
					committed by
					
						 Dietmar Maurer
						Dietmar Maurer
					
				
			
			
				
	
			
			
			
						parent
						
							b1c793cfa5
						
					
				
				
					commit
					a576e6685b
				
			| @ -117,7 +117,7 @@ pub fn scan_subdir<'a, P: ?Sized + nix::NixPath>( | ||||
|     dirfd: RawFd, | ||||
|     path: &P, | ||||
|     regex: &'a regex::Regex, | ||||
| ) -> Result<impl Iterator<Item = Result<ReadDirEntry, Error>> + 'a, Error> { | ||||
| ) -> Result<impl Iterator<Item = Result<ReadDirEntry, Error>> + 'a, nix::Error> { | ||||
|     Ok(read_subdir(dirfd, path)?.filter_file_name_regex(regex)) | ||||
| } | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user