Skip to content

Commit e7bd340

Browse files
committed
Switch missing_abi lint to warn-by-default.
1 parent fb546ee commit e7bd340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: compiler/rustc_lint_defs/src/builtin.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3595,7 +3595,7 @@ declare_lint! {
35953595
///
35963596
/// [Other ABIs]: https://doc.rust-lang.org/reference/items/external-blocks.html#abi
35973597
pub MISSING_ABI,
3598-
Allow,
3598+
Warn,
35993599
"No declared ABI for extern declaration"
36003600
}
36013601

0 commit comments

Comments
 (0)