mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-01 03:03:40 +00:00
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:
commit
32a86c086e
@ -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…
Reference in New Issue
Block a user