Skip to content

Commit fc8580a

Browse files
Remove all allows for diagnostic_outside_of_impl and untranslatable_diagnostic throughout the codebase
This PR was mostly made by search&replacing
1 parent bce71ca commit fc8580a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/parse/session.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,6 @@ mod tests {
349349
}
350350

351351
fn build_diagnostic(level: DiagnosticLevel, span: Option<MultiSpan>) -> DiagInner {
352-
#[allow(rustc::untranslatable_diagnostic)] // no translation needed for empty string
353352
let mut diag = DiagInner::new(level, "");
354353
diag.messages.clear();
355354
if let Some(span) = span {

0 commit comments

Comments
 (0)