mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
Don't rustfmt author test
Co-Authored-By: Philipp Krones <hello@philkrones.com>
This commit is contained in:
parent
f98e4bd33b
commit
3908d86f8a
@ -1,5 +1,6 @@
|
||||
#![feature(stmt_expr_attributes)]
|
||||
|
||||
#[rustfmt::skip]
|
||||
fn main() {
|
||||
#[clippy::author]
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
error: statement with no effect
|
||||
--> $DIR/blocks.rs:13:5
|
||||
--> $DIR/blocks.rs:14:5
|
||||
|
|
||||
LL | -x;
|
||||
| ^^^
|
||||
|
Loading…
Reference in New Issue
Block a user