Update to the rustfmt in rust 1.32, which is now stable.

This commit is contained in:
Dan Gohman
2019-01-22 13:27:03 -08:00
parent 363eea6960
commit 1fdf1c92d9
7 changed files with 13 additions and 13 deletions

View File

@@ -186,7 +186,7 @@ impl SubTest for TestBinEmit {
return Err(format!(
"'bin:' directive on non-inst {}: {}",
comment.entity, comment.text
))
));
}
}
}