Remove error-pattern comments
This commit is contained in:
parent
5a45805db5
commit
08cfb8ddc3
6 changed files with 0 additions and 14 deletions
|
|
@ -1,5 +1,3 @@
|
|||
// error-pattern:cargo-clippy
|
||||
|
||||
#![feature(array_windows)]
|
||||
#![feature(binary_heap_into_iter_sorted)]
|
||||
#![feature(box_patterns)]
|
||||
|
|
|
|||
|
|
@ -1,3 +1 @@
|
|||
// error-pattern: error reading Clippy's configuration file
|
||||
|
||||
fn main() {}
|
||||
|
|
|
|||
|
|
@ -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() {}
|
||||
|
|
|
|||
|
|
@ -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() {}
|
||||
|
|
|
|||
|
|
@ -1,3 +1 @@
|
|||
// error-pattern: should give absolutely no error
|
||||
|
||||
fn main() {}
|
||||
|
|
|
|||
|
|
@ -1,3 +1 @@
|
|||
// error-pattern: error reading Clippy's configuration file: unknown key `foobar`
|
||||
|
||||
fn main() {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue