-
Notifications
You must be signed in to change notification settings - Fork 946
Closed
Description
rustfmt 0.8.4 and current HEAD will format this:
assert!(Syscheck::new(&mut vec![String::from("one"), String::from("two")]).is_err());
To this code, which can't be compiled:
assert!(
Syscheck::new(&mut vec![String::from("one"), String::from("two")]).is_err(),
);
We're using the config at https://github.com/rust-lang-nursery/rustfmt/blob/master/rfc-rustfmt.toml
Metadata
Metadata
Assignees
Labels
No labels