Switch missing_abi lint to warn-by-default.
This commit is contained in:
parent
fb546ee09b
commit
e7bd340ba4
1 changed files with 1 additions and 1 deletions
|
@ -3595,7 +3595,7 @@ declare_lint! {
|
||||||
///
|
///
|
||||||
/// [Other ABIs]: https://doc.rust-lang.org/reference/items/external-blocks.html#abi
|
/// [Other ABIs]: https://doc.rust-lang.org/reference/items/external-blocks.html#abi
|
||||||
pub MISSING_ABI,
|
pub MISSING_ABI,
|
||||||
Allow,
|
Warn,
|
||||||
"No declared ABI for extern declaration"
|
"No declared ABI for extern declaration"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue