Skip to content

Commit

Permalink
15221 -> 14956 exports
Browse files Browse the repository at this point in the history
  • Loading branch information
klensy committed Feb 7, 2022
1 parent c5e4148 commit 7a75ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_query_impl/src/plumbing.rs
Expand Up @@ -402,7 +402,7 @@ macro_rules! define_queries {
}
}

$(pub fn $name()-> DepKindStruct {
$(pub(crate) fn $name()-> DepKindStruct {
let is_anon = is_anon!([$($modifiers)*]);
let is_eval_always = is_eval_always!([$($modifiers)*]);

Expand Down

0 comments on commit 7a75ebe

Please sign in to comment.