mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-03 11:51:15 -03:00
https://rust-lang.github.io/rust-clippy/master/index.html#semicolon_if_nothing_returned Closes #12395
6 lines
117 B
Rust
6 lines
117 B
Rust
use fish_build_helper::target_os_is_cygwin;
|
|
|
|
fn main() {
|
|
rsconf::declare_cfg("cygwin", target_os_is_cygwin());
|
|
}
|