Update tests for extern block linting
This commit is contained in:
parent
c4a8d7f86a
commit
8a3edb1d66
285 changed files with 1010 additions and 947 deletions
|
@ -38,7 +38,7 @@ pub fn initialize_available_targets() {
|
|||
($cfg:meta, $($method:ident),*) => { {
|
||||
#[cfg($cfg)]
|
||||
fn init() {
|
||||
extern {
|
||||
extern "C" {
|
||||
$(fn $method();)*
|
||||
}
|
||||
unsafe {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue