Update tests for extern block linting
This commit is contained in:
@@ -38,7 +38,7 @@ pub fn initialize_available_targets() {
|
||||
($cfg:meta, $($method:ident),*) => { {
|
||||
#[cfg($cfg)]
|
||||
fn init() {
|
||||
extern {
|
||||
extern "C" {
|
||||
$(fn $method();)*
|
||||
}
|
||||
unsafe {
|
||||
|
||||
Reference in New Issue
Block a user