Skip to content

Commit

Permalink
Switch missing_abi lint to warn-by-default.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ou-se committed Jan 7, 2025
1 parent fb546ee commit e7bd340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_lint_defs/src/builtin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3595,7 +3595,7 @@ declare_lint! {
///
/// [Other ABIs]: https://doc.rust-lang.org/reference/items/external-blocks.html#abi
pub MISSING_ABI,
Allow,
Warn,
"No declared ABI for extern declaration"
}

Expand Down

0 comments on commit e7bd340

Please sign in to comment.