Auto merge of #8999 - Alexendoo:error-pattern, r=xFrednet

Remove error-pattern comments

The `clippy_lints` one [is unused](https://rust-lang.zulipchat.com/#narrow/stream/257328-clippy/topic/.60error-pattern.60), the others in `ui-toml` also appear not to have an effect

changelog: none
This commit is contained in:
bors 2022-06-14 16:54:13 +00:00
commit 32a86c086e
6 changed files with 0 additions and 14 deletions

View File

@ -1,5 +1,3 @@
// error-pattern:cargo-clippy
#![feature(array_windows)]
#![feature(binary_heap_into_iter_sorted)]
#![feature(box_patterns)]

View File

@ -1,3 +1 @@
// error-pattern: error reading Clippy's configuration file
fn main() {}

View File

@ -1,4 +1 @@
// error-pattern: error reading Clippy's configuration file: `blacklisted-names` is expected to be a
// `Vec < String >` but is a `integer`
fn main() {}

View File

@ -1,4 +1 @@
// error-pattern: error reading Clippy's configuration file: found deprecated field
// `cyclomatic-complexity-threshold`. Please use `cognitive-complexity-threshold` instead.
fn main() {}

View File

@ -1,3 +1 @@
// error-pattern: should give absolutely no error
fn main() {}

View File

@ -1,3 +1 @@
// error-pattern: error reading Clippy's configuration file: unknown key `foobar`
fn main() {}