Fix typo in query expansion documentation
This commit is contained in:
parent
cb08599451
commit
786fc1b0a7
1 changed files with 1 additions and 1 deletions
|
@ -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`.
|
/// local key via `<$K as AsLocalKey>::LocalKey`.
|
||||||
macro_rules! local_key_if_separate_extern {
|
macro_rules! local_key_if_separate_extern {
|
||||||
([] $($K:tt)*) => {
|
([] $($K:tt)*) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue