@@ -4,22 +4,20 @@ use crate::{
44 PasswordArgs ,
55 } ,
66 command:: {
7- ask_password, check_password,
7+ Command , ask_password, check_password,
88 core:: {
9- collect_items, create_entry, entry_option, read_paths, read_paths_stdin, AclStrategy ,
10- CreateOptions , KeepOptions , OwnerOptions , PathFilter , PathTransformers ,
9+ AclStrategy , CreateOptions , KeepOptions , OwnerOptions , PathFilter , PathTransformers ,
1110 PermissionStrategy , StoreAs , TimeFilter , TimeFilters , TimeOptions , TimestampStrategy ,
12- XattrStrategy ,
11+ XattrStrategy , collect_items , create_entry , entry_option , read_paths , read_paths_stdin ,
1312 } ,
14- Command ,
1513 } ,
1614 utils:: {
17- re:: { bsd:: SubstitutionRule , gnu:: TransformRule } ,
1815 PathPartExt , VCS_FILES ,
16+ re:: { bsd:: SubstitutionRule , gnu:: TransformRule } ,
1917 } ,
2018} ;
2119use clap:: { ArgGroup , Parser , ValueHint } ;
22- use pna:: { prelude:: * , Archive } ;
20+ use pna:: { Archive , prelude:: * } ;
2321use std:: {
2422 env, fs, io,
2523 path:: { Path , PathBuf } ,
0 commit comments