Closed DaniPopes closed 5 months ago
Replace all #[cfg(not?(any(feature = "llvm...", ...))] with llvm_versions.
#[cfg(not?(any(feature = "llvm...", ...))]
llvm_versions
This was done automatically with the following script: https://gist.github.com/DaniPopes/e7e9d7542dc3c512bcebdff59ea9ccaf
and formatted afterwards with cargo fmt.
cargo fmt
Follow-up to https://github.com/TheDan64/inkwell/pull/493
N/A
CI
Ah nevermind, forgot custom attributes cannot be applied almost anywhere (:
Description
Replace all
#[cfg(not?(any(feature = "llvm...", ...))]
withllvm_versions
.This was done automatically with the following script: https://gist.github.com/DaniPopes/e7e9d7542dc3c512bcebdff59ea9ccaf
and formatted afterwards with
cargo fmt
.Follow-up to https://github.com/TheDan64/inkwell/pull/493
Related Issue
N/A
How This Has Been Tested
CI
Checklist