Some formatting cleanup

This commit is contained in:
Aaron Hill 2019-09-18 19:31:38 -04:00
parent cd4b468e07
commit 9e777eb45d
No known key found for this signature in database
GPG key ID: B4087E510E98B164
2 changed files with 7 additions and 8 deletions

View file

@ -1,6 +1,6 @@
// Tests that we generate nice error messages
// when an expression is unreachble due to control
// flow inside of a macro expansion
// flow inside of a macro expansion.
#![deny(unreachable_code)]
macro_rules! early_return {