Files
fish-shell/build.rs
Johannes Altmanninger 2719ae443b Silence unexpected_cfgs error about unknown cygwin target
Extract our own cfg value, to avoid noisy warnings like:

	warning: unexpected `cfg` condition value: `cygwin`
	  --> src/fallback.rs:78:23
	   |
	78 |             #[cfg(not(target_os = "cygwin"))]
	   |                       ^^^^^^^^^^^^^^^^^^^^
	   |

The cygwin target will be added to Rust 1.86, so we can get rid of this
after some time.
2025-04-01 17:30:15 +02:00

17 KiB