1
Fork 0

Doctests: Fix all complexity lint docs

cc #4319
This commit is contained in:
Philipp Hansch 2019-08-02 08:13:54 +02:00
parent 18a7dce4da
commit abfa8a952c
No known key found for this signature in database
GPG key ID: 82AA61CAA11397E6
33 changed files with 155 additions and 83 deletions

View file

@ -14,7 +14,9 @@ declare_clippy_lint! {
///
/// **Example:**
/// ```rust
/// a + b < a
/// # let a = 1;
/// # let b = 2;
/// a + b < a;
/// ```
pub OVERFLOW_CHECK_CONDITIONAL,
complexity,