From 172599786726a8d1edda2806eefe07cfab7fce0d Mon Sep 17 00:00:00 2001 From: Christian Legnitto Date: Tue, 27 May 2025 08:56:19 -0400 Subject: [PATCH] Make heading case consistent --- blog/2025-05-27-rust-cuda-update.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2025-05-27-rust-cuda-update.mdx b/blog/2025-05-27-rust-cuda-update.mdx index df6cc75..5058a84 100644 --- a/blog/2025-05-27-rust-cuda-update.mdx +++ b/blog/2025-05-27-rust-cuda-update.mdx @@ -75,7 +75,7 @@ For example: - If a large static variable was initially unused, the compiler might optimize it away. If subsequent code changes caused that static to be referenced, it would be included, potentially triggering the memory limit and causing runtime failures. - Code behavior could vary unexpectedly across different versions of a dependency or between debug and release builds. -### The Fix +### The fix New contributor and Rust CUDA maintainer [landed a