Skip to content

Commit 37d0f8d

Browse files
committed
Clippy
1 parent 44b6ff3 commit 37d0f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pub enum StartType<'a> {
1414
Class(&'a Path),
1515
}
1616

17-
pub async fn run<'a, T, S>(stdout: T, start_type: StartType<'a>, args: &[S], class_path: &[&Path]) -> Result<()>
17+
pub async fn run<T, S>(stdout: T, start_type: StartType<'_>, args: &[S], class_path: &[&Path]) -> Result<()>
1818
where
1919
T: Sync + Send + Write + 'static,
2020
S: AsRef<str>,

0 commit comments

Comments
 (0)