Closed
Description
Formatter v0.8.6 prodices invalid outup for multiargument conditional compilation rule
Resulting code doesn't compile
Expected:
/// Default path (*nix) #[cfg(all(unix, not(target_os = "macos") , not(target_os = "ios"), not(target_os = "android")))]
Received:
/// Default path (*nix) #[cfg(all(unix, not(target_os = "macos") ), not(target_os = "ios") ), not(target_os = "android")))]