1
Fork 0

Merge commit 'b105fb4c39' into clippyup

This commit is contained in:
Philipp Krones 2023-10-06 17:35:45 +02:00
parent 9de3e6c928
commit 8ebed4cc1a
108 changed files with 2669 additions and 800 deletions

View file

@ -27,7 +27,7 @@ declare_clippy_lint! {
///
/// impl std::error::Error for Error { ... }
/// ```
#[clippy::version = "1.72.0"]
#[clippy::version = "1.73.0"]
pub ERROR_IMPL_ERROR,
restriction,
"exported types named `Error` that implement `Error`"