1
Fork 0

Rollup merge of #137780 - samueltardieu:push-kxorztnkqnsz, r=lcnr

Fix typo in query expansion documentation
This commit is contained in:
许杰友 Jieyou Xu (Joe) 2025-02-28 21:42:05 +08:00 committed by GitHub
commit 30cb0282be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -258,7 +258,7 @@ macro_rules! query_if_arena {
};
}
/// If `separate_provide_if_extern`, then the key can be projected to its
/// If `separate_provide_extern`, then the key can be projected to its
/// local key via `<$K as AsLocalKey>::LocalKey`.
macro_rules! local_key_if_separate_extern {
([] $($K:tt)*) => {