We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15150c0 commit cc26924Copy full SHA for cc26924
clippy_lints/src/escape.rs
@@ -68,7 +68,7 @@ impl<'tcx> LateLintPass<'tcx> for BoxedLocal {
68
hir_id: HirId,
69
) {
70
if let Some(header) = fn_kind.header() {
71
- if header.abi == Abi::C {
+ if header.abi != Abi::Rust {
72
return;
73
}
74
0 commit comments