mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-12 06:41:14 -03:00
build.rs: Use rsconf::declare_dependency()
This new feature in rsconf 0.2.0 resolves the compile-time warnings we get under rustc 1.80+ about unrecognized cfg names by informing cargo of all valid cfg names/values even when the cfg in question isn't enabled.
This commit is contained in:
Reference in New Issue
Block a user