Skip to content

Commit 2ca4ea9

Browse files
Rollup merge of #159275 - tshepang:patch-2, r=Kivooeo
remove obsolete comment This was a reminder to make the lint translatable, but the code to make lints translatable has since been removed
2 parents 518b726 + 070dd68 commit 2ca4ea9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

compiler/rustc_lint/src/lints.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,8 +601,6 @@ pub(crate) struct BuiltinDerefNullptr {
601601
pub label: Span,
602602
}
603603

604-
// FIXME: migrate fluent::lint::builtin_asm_labels
605-
606604
#[derive(Diagnostic)]
607605
pub(crate) enum BuiltinSpecialModuleNameUsed {
608606
#[diag("found module declaration for lib.rs")]

0 commit comments

Comments
 (0)