Skip to content

Commit 216384e

Browse files
committed
test(clitools)!: privatize Config::run()
1 parent 7290ae7 commit 216384e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/clitools.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ impl Config {
500500
}
501501
}
502502

503-
pub async fn run<I, A>(&self, name: &str, args: I, env: &[(&str, &str)]) -> SanitizedOutput
503+
async fn run<I, A>(&self, name: &str, args: I, env: &[(&str, &str)]) -> SanitizedOutput
504504
where
505505
I: IntoIterator<Item = A> + Clone + Debug,
506506
A: AsRef<OsStr>,

0 commit comments

Comments
 (0)