diff options
Diffstat (limited to 'examples/gallery/src/civitai.rs')
-rw-r--r-- | examples/gallery/src/civitai.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gallery/src/civitai.rs b/examples/gallery/src/civitai.rs index b529d619..1102acae 100644 --- a/examples/gallery/src/civitai.rs +++ b/examples/gallery/src/civitai.rs @@ -62,7 +62,7 @@ impl Image { } pub fn download(self, size: Size) -> impl Straw<Rgba, Blurhash, Error> { - sipper(move |mut sender| async move { + sipper(async move |mut sender| { let client = reqwest::Client::new(); if let Size::Thumbnail { width, height } = size { |