From ddf2ec80e34954e306439e5ac2e5ff0fc14c9146 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Fri, 19 Jun 2026 15:16:58 -0500 Subject: [PATCH] `crates` -> `modules` --- changelog.d/19868.misc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.d/19868.misc b/changelog.d/19868.misc index e02944d234..cd182ea15c 100644 --- a/changelog.d/19868.misc +++ b/changelog.d/19868.misc @@ -1 +1 @@ -Split out `deferred` and `tokio_runtime` to their own Rust crates. +Split out `deferred` and `tokio_runtime` to their own Rust modules.