1
Fork 0

Switch missing_abi lint to warn-by-default.

This commit is contained in:
Mara Bos 2024-10-31 11:39:27 +01:00
parent fb546ee09b
commit e7bd340ba4

View file

@ -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"
}