Skip to content

Commit ab69607

Browse files
committed
---
yaml --- r: 274847 b: refs/heads/stable c: a270b7b h: refs/heads/master i: 274845: f0076cb 274843: 5f6e4c2 274839: 85a8774 274831: 731a597 274815: 22448c4
1 parent 45af304 commit ab69607

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ refs/heads/tmp: e06d2ad9fcd5027bcaac5b08fc9aa39a49d0ecd3
2929
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3030
refs/tags/homu-tmp: c0221c8897db309a79990367476177b1230bb264
3131
refs/tags/1.0.0-beta: 8cbb92b53468ee2b0c2d3eeb8567005953d40828
32-
refs/heads/stable: d483a6e2484e7dff3c4279bb026a6da0f1e4ba1e
32+
refs/heads/stable: a270b7b2d920689340d4d0cfd62bbde34b429441
3333
refs/tags/1.0.0: 55bd4f8ff2b323f317ae89e254ce87162d52a375
3434
refs/tags/1.1.0: bc3c16f09287e5545c1d3f76b7abd54f2eca868b
3535
refs/tags/1.2.0: f557861f822c34f07270347b94b5280de20a597e

branches/stable/src/librustc/lint/context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ impl<'a, 'v> ast_visit::Visitor<'v> for EarlyContext<'a> {
920920
run_lints!(cx, check_item, early_passes, it);
921921
cx.visit_ids(|v| v.visit_item(it));
922922
ast_visit::walk_item(cx, it);
923-
run_lints!(cx, check_item, early_passes, it);
923+
run_lints!(cx, check_item_post, early_passes, it);
924924
})
925925
}
926926

0 commit comments

Comments
 (0)