rust/tests
bors e651a04fab Auto merge of #6133 - JPTIZ:no-box-for-c-ffi, r=ebroto
clippy_lints: Do not warn against Box parameter in C FFI

changelog: [`boxed_local`]: don't lint in `extern fn` arguments

Fixes #5542.

When using C FFI, to handle pointers in parameters it is needed to
declare them as `Box` in its Rust-side signature. However, the current
linter warns against the usage of Box stating that "local variable
doesn't need to be boxed here".

This commit fixes it by ignoring functions whose Abi is C.
2020-10-08 22:50:29 +00:00
..
auxiliary
cargo integration tests: Replace lazy_static with SyncLazy 2020-10-06 08:20:18 +02:00
ui Auto merge of #6133 - JPTIZ:no-box-for-c-ffi, r=ebroto 2020-10-08 22:50:29 +00:00
ui-cargo
ui-toml update error message, refactor disallowed_method 2020-09-25 11:09:04 -05:00
compile-test.rs integration tests: Replace lazy_static with SyncLazy 2020-10-06 08:20:18 +02:00
dogfood.rs integration tests: Replace lazy_static with SyncLazy 2020-10-06 08:20:18 +02:00
fmt.rs Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945' into clippyup 2020-08-28 18:43:25 +02:00
integration.rs
missing-test-files.rs
versioncheck.rs