diff options
| -rw-r--r-- | library/core/tests/macros.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/tests/macros.rs b/library/core/tests/macros.rs index 416d8fba391..fdb4ea29412 100644 --- a/library/core/tests/macros.rs +++ b/library/core/tests/macros.rs @@ -192,4 +192,4 @@ fn _allows_stmt_expr_attributes() { cfg(unix) => { one * two; } _ => { one + two; } } -} \ No newline at end of file +} |
