Skip to content

Commit a2320b2

Browse files
committed
Remove eval_always from check_private_in_public.
1 parent b56aaec commit a2320b2

File tree

1 file changed

+0
-1
lines changed
  • compiler/rustc_middle/src/query

1 file changed

+0
-1
lines changed

compiler/rustc_middle/src/query/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1391,7 +1391,6 @@ rustc_queries! {
13911391
desc { "checking effective visibilities" }
13921392
}
13931393
query check_private_in_public(_: ()) {
1394-
eval_always
13951394
desc { "checking for private elements in public interfaces" }
13961395
}
13971396

0 commit comments

Comments
 (0)