We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b6ff3 commit 37d0f8dCopy full SHA for 37d0f8d
src/lib.rs
@@ -14,7 +14,7 @@ pub enum StartType<'a> {
14
Class(&'a Path),
15
}
16
17
-pub async fn run<'a, T, S>(stdout: T, start_type: StartType<'a>, args: &[S], class_path: &[&Path]) -> Result<()>
+pub async fn run<T, S>(stdout: T, start_type: StartType<'_>, args: &[S], class_path: &[&Path]) -> Result<()>
18
where
19
T: Sync + Send + Write + 'static,
20
S: AsRef<str>,
0 commit comments