Skip to content

Commit e9a478e

Browse files
committed
Fix comment.
1 parent a6458ce commit e9a478e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/rustc_query_system/src/dep_graph/dep_kind.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ rustc_dep_node_append!([define_dep_nodes!][ <'tcx>
4343

4444
[anon] TraitSelect,
4545

46-
// WARNING: if `Symbol` is changed, make sure you update `make_compile_codegen_unit` below.
46+
// WARNING: if `Symbol` is changed, make sure you update `make_compile_codegen_unit`.
4747
[] CompileCodegenUnit(Symbol),
4848

49-
// WARNING: if `MonoItem` is changed, make sure you update `make_compile_mono_item` below.
49+
// WARNING: if `MonoItem` is changed, make sure you update `make_compile_mono_item`.
5050
// Only used by rustc_codegen_cranelift
5151
[] CompileMonoItem(MonoItem),
5252
]);

0 commit comments

Comments
 (0)