mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Sort query modifier names in doc_link!
This commit is contained in:
@@ -387,13 +387,15 @@ macro_rules! doc_link {
|
||||
}
|
||||
|
||||
doc_link!(
|
||||
arena_cache,
|
||||
no_hash,
|
||||
// tidy-alphabetical-start
|
||||
anon,
|
||||
eval_always,
|
||||
arena_cache,
|
||||
depth_limit,
|
||||
separate_provide_extern,
|
||||
eval_always,
|
||||
feedable,
|
||||
no_hash,
|
||||
separate_provide_extern,
|
||||
// tidy-alphabetical-end
|
||||
);
|
||||
|
||||
let name = &query.name;
|
||||
|
||||
Reference in New Issue
Block a user