Remove error-pattern comments
This commit is contained in:
parent
5a45805db5
commit
08cfb8ddc3
@ -1,5 +1,3 @@
|
|||||||
// error-pattern:cargo-clippy
|
|
||||||
|
|
||||||
#![feature(array_windows)]
|
#![feature(array_windows)]
|
||||||
#![feature(binary_heap_into_iter_sorted)]
|
#![feature(binary_heap_into_iter_sorted)]
|
||||||
#![feature(box_patterns)]
|
#![feature(box_patterns)]
|
||||||
|
@ -1,3 +1 @@
|
|||||||
// error-pattern: error reading Clippy's configuration file
|
|
||||||
|
|
||||||
fn main() {}
|
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() {}
|
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() {}
|
fn main() {}
|
||||||
|
@ -1,3 +1 @@
|
|||||||
// error-pattern: should give absolutely no error
|
|
||||||
|
|
||||||
fn main() {}
|
fn main() {}
|
||||||
|
@ -1,3 +1 @@
|
|||||||
// error-pattern: error reading Clippy's configuration file: unknown key `foobar`
|
|
||||||
|
|
||||||
fn main() {}
|
fn main() {}
|
||||||
|
Loading…
Reference in New Issue
Block a user