Remove doc comments from TyCtxtFeed

This commit is contained in:
Michael Goulet
2025-07-01 00:14:06 +00:00
parent 96fea30d92
commit ef4f71957d

View File

@@ -413,7 +413,6 @@ pub(super) fn rustc_queries(input: TokenStream) -> TokenStream {
"Query {name} cannot be both `feedable` and `eval_always`."
);
feedable_queries.extend(quote! {
#(#doc_comments)*
[#attribute_stream] fn #name(#arg) #result,
});
}