Daily arc lint --take RUSTFMT

Reviewed By: zertosh

Differential Revision: D22862880

fbshipit-source-id: cc2a30bb5345ffae1a117bb6220d6c2f4d9f73ba
This commit is contained in:
generatedunixname89002005287564 2020-07-31 04:27:28 -07:00 committed by Facebook GitHub Bot
parent cd2a3fcf32
commit 070b9abf48

View File

@ -367,7 +367,10 @@ pub(crate) mod tests {
assert_eq!(format!("{:?}", &set), "<lazy [] + ? more>");
let mut iter = set.iter().unwrap();
iter.next();
assert_eq!(format!("{:?}", &set), "<lazy [0100000000000000+1] + ? more>");
assert_eq!(
format!("{:?}", &set),
"<lazy [0100000000000000+1] + ? more>"
);
iter.next();
assert_eq!(
format!("{:?}", &set),