File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -308,7 +308,7 @@ impl App {
308308 bar_alignment: BarAlignment :: from_align_right( align_right) ,
309309 size_getter: <$size_getter as GetSizeUtils >:: INSTANCE ,
310310 hardlinks_handler: <$size_getter as CreateHardlinksHandler <{ cfg!( unix) && $hardlinks } , $progress>>:: create_hardlinks_handler( ) ,
311- device_boundary: DeviceBoundary :: from_1fs ( one_file_system) ,
311+ device_boundary: DeviceBoundary :: from_one_file_system ( one_file_system) ,
312312 reporter: <$size_getter as CreateReporter <$progress>>:: create_reporter( report_error) ,
313313 bytes_format: <$size_getter as GetSizeUtils >:: formatter( bytes_format) ,
314314 files,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ pub enum DeviceBoundary {
88impl DeviceBoundary {
99 /// Derive device boundary from `--one-file-system`.
1010 #[ cfg( feature = "cli" ) ]
11- pub ( crate ) fn from_1fs ( one_file_system : bool ) -> Self {
11+ pub ( crate ) fn from_one_file_system ( one_file_system : bool ) -> Self {
1212 match one_file_system {
1313 false => DeviceBoundary :: Cross ,
1414 true => DeviceBoundary :: Stay ,
You can’t perform that action at this time.
0 commit comments