Skip to content

Commit 5a2da0c

Browse files
committed
Clippy fix.
1 parent d0bb258 commit 5a2da0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tester.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ pub(crate) struct TestCmd<'a> {
545545
pub rerun_if_stdout: Option<Vec<&'a str>>,
546546
}
547547

548-
impl<'a> TestCmd<'a> {
548+
impl TestCmd<'_> {
549549
pub fn default() -> Self {
550550
Self {
551551
status: Status::Success,

0 commit comments

Comments
 (0)