Commit 51a173e
committed
Ignore missing_abi lint in nightly-2025-01-16
warning: extern declarations without an explicit ABI are deprecated
--> tests/test_ensure.rs:617:43
|
617 | let test = || Ok(ensure!(extern_fn as extern fn() as usize * 0 != 0));
| ^^^^^^ help: explicitly specify the C ABI: `extern "C"`
|
= note: `#[warn(missing_abi)]` on by default1 parent 4d71a84 commit 51a173e
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
614 | 614 | | |
615 | 615 | | |
616 | 616 | | |
| 617 | + | |
617 | 618 | | |
618 | 619 | | |
619 | 620 | | |
| |||
0 commit comments