Deny wasm_c_abi lint to nudge the last 25%

This shouldn't affect projects indirectly depending on wasm-bindgen
because cargo passes `--cap-lints=allow` when building dependencies.
This commit is contained in:
Jubilee Young 2024-08-24 15:14:19 -07:00
parent a60a9e567a
commit af05882eb5

View File

@ -4806,7 +4806,7 @@
/// version of Rust this will be fixed and therefore dependencies relying
/// on the non-spec-compliant C ABI will stop functioning.
pub WASM_C_ABI,
Warn,
Deny,
"detects dependencies that are incompatible with the Wasm C ABI",
@future_incompatible = FutureIncompatibleInfo {
reason: FutureIncompatibilityReason::FutureReleaseErrorReportInDeps,