File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ struct QueryModifiers {
215
215
216
216
/// Generate a dep node based on the dependencies of the query
217
217
anon : bool ,
218
-
218
+
219
219
// Always evaluate the query, ignoring its depdendencies
220
220
eval_always : bool ,
221
221
}
@@ -403,7 +403,7 @@ pub fn rustc_queries(input: TokenStream) -> TokenStream {
403
403
} ;
404
404
405
405
let mut attribute_stream = quote ! { } ;
406
-
406
+
407
407
for e in attributes. into_iter ( ) . intersperse ( quote ! { , } ) {
408
408
attribute_stream. extend ( e) ;
409
409
}
@@ -447,7 +447,7 @@ pub fn rustc_queries(input: TokenStream) -> TokenStream {
447
447
}
448
448
} ) ;
449
449
}
450
-
450
+
451
451
add_query_description_impl ( & query, modifiers, & mut query_description_stream) ;
452
452
}
453
453
let name = & group. name ;
You can’t perform that action at this time.
0 commit comments