1
Fork 0

Fix typo in query expansion documentation

This commit is contained in:
Samuel Tardieu 2025-02-28 10:32:57 +01:00
parent cb08599451
commit 786fc1b0a7

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)*) => {