We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ccc2f commit 808fad0Copy full SHA for 808fad0
tests/os/windows/named_pipe.rs
@@ -44,7 +44,7 @@ fn drive_server<L: Debug>(
44
id: &str,
45
name_sender: Sender<Arc<str>>,
46
num_clients: u32,
47
- mut createfn: impl (FnMut(PipeListenerOptions<'_>) -> io::Result<L>),
+ mut createfn: impl FnMut(PipeListenerOptions<'_>) -> io::Result<L>,
48
mut acceptfn: impl FnMut(&mut L) -> TestResult,
49
) -> TestResult {
50
let (name, mut listener) = listen_and_pick_name(&mut namegen_named_pipe(id), |nm| {
0 commit comments