From c557a6a132a3c97ad7a48faf3b8c64bd643cfdd2 Mon Sep 17 00:00:00 2001 From: "Bethlenfalvi, Lorinc (ext)" Date: Wed, 29 Jan 2025 12:29:32 +0100 Subject: [PATCH] further time improvements --- src/content/blog/2025-01-27T11_47_async_iterator_map.mdx | 2 +- src/layouts/BlogPost.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}

-