Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust check-cfg for Rust 1.76 compatibility
This commit moves the lint config for check-cfg from build.rs to Cargo.toml. This change ensures compatibility with Rust versions <=1.76 while silencing cfg warnings in newer versions. Further refrence: https://blog.rust-lang.org/2024/05/06/check-cfg.html#expecting-custom-cfgs
- Loading branch information