Don't rustfmt author test

Co-Authored-By: Philipp Krones <hello@philkrones.com>
This commit is contained in:
Oliver Scherer 2019-05-20 15:32:46 +02:00 committed by flip1995
parent f98e4bd33b
commit 3908d86f8a
No known key found for this signature in database
GPG key ID: 01C836B640FFDFB1
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,6 @@
#![feature(stmt_expr_attributes)]
#[rustfmt::skip]
fn main() {
#[clippy::author]
{

View file

@ -1,5 +1,5 @@
error: statement with no effect
--> $DIR/blocks.rs:13:5
--> $DIR/blocks.rs:14:5
|
LL | -x;
| ^^^