File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -427,7 +427,7 @@ declare_tool_lint! {
427
427
/// More details on translatable diagnostics can be found
428
428
/// [here](https://rustc-dev-guide.rust-lang.org/diagnostics/translation.html).
429
429
pub rustc:: UNTRANSLATABLE_DIAGNOSTIC ,
430
- Deny ,
430
+ Allow ,
431
431
"prevent creation of diagnostics which cannot be translated" ,
432
432
report_in_external_macro: true
433
433
}
@@ -440,7 +440,7 @@ declare_tool_lint! {
440
440
/// More details on diagnostics implementations can be found
441
441
/// [here](https://rustc-dev-guide.rust-lang.org/diagnostics/diagnostic-structs.html).
442
442
pub rustc:: DIAGNOSTIC_OUTSIDE_OF_IMPL ,
443
- Deny ,
443
+ Allow ,
444
444
"prevent diagnostic creation outside of `Diagnostic`/`Subdiagnostic`/`LintDiagnostic` impls" ,
445
445
report_in_external_macro: true
446
446
}
You can’t perform that action at this time.
0 commit comments