just clippyw is useful for checking clippy targeting windows from a linux machine. #1533 broke it due adding MSVC specific args to surrogate build.rs. We should be able to fix it by checking for CARGO_CFG_TARGET_ENV=="gnu" and using the gnu specific flags
just clippywis useful for checking clippy targeting windows from a linux machine. #1533 broke it due adding MSVC specific args to surrogate build.rs. We should be able to fix it by checking for CARGO_CFG_TARGET_ENV=="gnu" and using the gnu specific flags