File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -338,7 +338,7 @@ where
338
338
Opt :: Install ( opts) => crate :: install:: install ( opts) . await ,
339
339
Opt :: Status ( opts) => super :: status:: status ( opts) . await ,
340
340
#[ cfg( feature = "internal-testing-api" ) ]
341
- Opt :: InternalTests ( ref opts) => crate :: privtests:: run ( opts) . await ,
341
+ Opt :: InternalTests ( opts) => crate :: privtests:: run ( opts) . await ,
342
342
#[ cfg( feature = "docgen" ) ]
343
343
Opt :: Man ( manopts) => crate :: docgen:: generate_manpages ( & manopts. directory ) ,
344
344
}
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ pub(crate) fn impl_run_container() -> Result<()> {
114
114
Ok ( ( ) )
115
115
}
116
116
117
- pub ( crate ) async fn run ( opts : & TestingOpts ) -> Result < ( ) > {
117
+ pub ( crate ) async fn run ( opts : TestingOpts ) -> Result < ( ) > {
118
118
match opts {
119
119
TestingOpts :: RunPrivilegedIntegration { } => {
120
120
crate :: cli:: ensure_self_unshared_mount_namespace ( ) . await ?;
You can’t perform that action at this time.
0 commit comments