1
Fork 0

Merge commit '09ac14c901' into clippyup

This commit is contained in:
Philipp Krones 2023-11-02 17:35:56 +01:00
parent aae86ccc47
commit 77c1e3aaa1
418 changed files with 4900 additions and 3588 deletions

View file

@ -14,7 +14,7 @@ declare_clippy_lint! {
/// Rust. Users can use functions like `overflowing_*` and `wrapping_*` instead.
///
/// ### Example
/// ```rust
/// ```no_run
/// # let a = 1;
/// # let b = 2;
/// a + b < a;