diff options
| author | flip1995 <hello@philkrones.com> | 2018-10-29 20:55:52 +0100 |
|---|---|---|
| committer | flip1995 <hello@philkrones.com> | 2018-10-29 20:55:52 +0100 |
| commit | 3d84ffb5eca1b1ca5f7fee0448c197c06247714a (patch) | |
| tree | 72966a3e3d03c5a5e32f97d48634e2175beecfab | |
| parent | 1e43c3bb9f929695514e8d4854e9471962d2dde4 (diff) | |
| download | rust-3d84ffb5eca1b1ca5f7fee0448c197c06247714a.tar.gz rust-3d84ffb5eca1b1ca5f7fee0448c197c06247714a.zip | |
Update .stderr file
| -rw-r--r-- | tests/ui/lint_without_lint_pass.stderr | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/ui/lint_without_lint_pass.stderr b/tests/ui/lint_without_lint_pass.stderr index 48d511ce92e..65d1283a6e3 100644 --- a/tests/ui/lint_without_lint_pass.stderr +++ b/tests/ui/lint_without_lint_pass.stderr @@ -1,8 +1,7 @@ error: the lint `TEST_LINT` is not added to any `LintPass` - --> $DIR/lint_without_lint_pass.rs:11:1 + --> $DIR/lint_without_lint_pass.rs:12:1 | -11 | / declare_clippy_lint! -12 | | { +12 | / declare_clippy_lint! { 13 | | pub TEST_LINT, 14 | | correctness, 15 | | "" |
