diff --git a/src/content/blog/2025-01-27T11_47_async_iterator_map.mdx b/src/content/blog/2025-01-27T11_47_async_iterator_map.mdx index 6c32eb1..c79343d 100644 --- a/src/content/blog/2025-01-27T11_47_async_iterator_map.mdx +++ b/src/content/blog/2025-01-27T11_47_async_iterator_map.mdx @@ -2,7 +2,7 @@ title: Async Iterator::map author: lbfalvy tags: [programming, rust, langdev] -pubDate: 2025-01-29T10:58Z[UTC] +pubDate: 2025-01-29T11:27Z[UTC] summary: On the state of async Rust, limitations of the type system, and Iterator::map unlisted: false --- diff --git a/src/layouts/BlogPost.astro b/src/layouts/BlogPost.astro index 3a21187..1901583 100644 --- a/src/layouts/BlogPost.astro +++ b/src/layouts/BlogPost.astro @@ -13,7 +13,7 @@ const { title, author, summary, pubDate, updatedDate } = Astro.props;

{title}

{author}
-