Update to the rustfmt in rust 1.32, which is now stable.
This commit is contained in:
@@ -186,7 +186,7 @@ impl SubTest for TestBinEmit {
|
||||
return Err(format!(
|
||||
"'bin:' directive on non-inst {}: {}",
|
||||
comment.entity, comment.text
|
||||
))
|
||||
));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -55,7 +55,7 @@ impl SubTest for TestDomtree {
|
||||
return Err(format!(
|
||||
"annotation on non-inst {}: {}",
|
||||
comment.entity, comment.text
|
||||
))
|
||||
));
|
||||
}
|
||||
};
|
||||
for src_ebb in tail.split_whitespace() {
|
||||
|
||||
Reference in New Issue
Block a user