mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
14ea7a777f
This commit adds a new lint - `improper_ctypes_definitions` - which
functions identically to `improper_ctypes`, but on `extern "C" fn`
definitions (as opposed to `improper_ctypes`'s `extern "C" {}`
declarations).
Signed-off-by: David Wood <david@davidtw.co>