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>
|
||
|---|---|---|
| .. | ||
| dwarf | ||
| Cargo.toml | ||
| dummy.rs | ||
| emcc.rs | ||
| gcc.rs | ||
| hermit.rs | ||
| lib.rs | ||
| miri.rs | ||
| seh.rs | ||