Skip to content

Commit 15d3b47

Browse files
katrinafyimre
andauthored
Update lychee-bin/src/commands/check.rs
Co-authored-by: Matthias Endler <matthias@endler.dev>
1 parent d209224 commit 15d3b47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lychee-bin/src/commands/check.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ pub(crate) async fn check(
6666
// Split initial requests into: valid requests and request errors. Note that
6767
// this stream closure *owns* a wait guard, so we must drop the closure after
6868
// it's finished to avoid deadlock. This is done using the `.chain()` combinator.
69-
let (valid_initial_requests, request_errors) = requests
69+
let (valid_requests, request_errors) = requests
7070
.inspect(|_| progress.inc_length(1))
7171
.map(move |request| (request, wait_guard.clone()))
7272
.chain(futures::stream::empty())

0 commit comments

Comments
 (0)