Remove error-pattern comments

This commit is contained in:
Alex Macleod 2022-06-14 16:28:34 +00:00
parent 5a45805db5
commit 08cfb8ddc3
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() {}