Skip to content

Commit 3908d86

Browse files
oli-obkflip1995
andcommitted
Don't rustfmt author test
Co-Authored-By: Philipp Krones <[email protected]>
1 parent f98e4bd commit 3908d86

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/ui/author/blocks.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#![feature(stmt_expr_attributes)]
22

3+
#[rustfmt::skip]
34
fn main() {
45
#[clippy::author]
56
{

tests/ui/author/blocks.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error: statement with no effect
2-
--> $DIR/blocks.rs:13:5
2+
--> $DIR/blocks.rs:14:5
33
|
44
LL | -x;
55
| ^^^

0 commit comments

Comments
 (0)