Skip to content

Commit ca2ab07

Browse files
committed
Switch missing_abi lint to warn-by-default.
1 parent a433ea2 commit ca2ab07

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
@@ -3592,7 +3592,7 @@ declare_lint! {
35923592
///
35933593
/// [Other ABIs]: https://doc.rust-lang.org/reference/items/external-blocks.html#abi
35943594
pub MISSING_ABI,
3595-
Allow,
3595+
Warn,
35963596
"No declared ABI for extern declaration"
35973597
}
35983598

0 commit comments

Comments
 (0)