Sort query modifier names in doc_link!

This commit is contained in:
Zalathar
2026-03-21 14:11:24 +11:00
parent 9e0a42c7ab
commit 193309e1c3
+6 -4
View File
@@ -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;