Skip to content

Commit ef4f719

Browse files
Remove doc comments from TyCtxtFeed
1 parent 96fea30 commit ef4f719

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/rustc_macros/src/query.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,6 @@ pub(super) fn rustc_queries(input: TokenStream) -> TokenStream {
413413
"Query {name} cannot be both `feedable` and `eval_always`."
414414
);
415415
feedable_queries.extend(quote! {
416-
#(#doc_comments)*
417416
[#attribute_stream] fn #name(#arg) #result,
418417
});
419418
}

0 commit comments

Comments
 (0)