1
Fork 0

Merge commit '0f8eabd623' into clippyup

This commit is contained in:
Jason Newcomb 2024-08-24 17:34:45 -04:00
parent 43e1145c80
commit 173d5a6af0
216 changed files with 3052 additions and 2969 deletions

View file

@ -1,5 +1,3 @@
//! lint on manually implemented checked conversions that could be transformed into `try_from`
use clippy_config::msrvs::{self, Msrv};
use clippy_config::Conf;
use clippy_utils::diagnostics::span_lint_and_sugg;