Skip to content

Commit

Permalink
Add #[allow(clippy::cognitive_complexity)]
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Vojta <[email protected]>
  • Loading branch information
zrzka committed Oct 30, 2019
1 parent fe0c379 commit 6dc935a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interactive-test/src/test/color.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ where
})
}

#[allow(clippy::cognitive_complexity)]
pub fn run<W>(w: &mut W) -> Result<()>
where
W: Write,
Expand Down

0 comments on commit 6dc935a

Please sign in to comment.