Skip to content

Commit cf5cc5b

Browse files
waywardmonkeyscuviper
authored andcommitted
clippy: Suppress manual_range_contains.
This requires Rust 1.35, higher than the current MSRV.
1 parent 61df956 commit cf5cc5b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/biguint/convert.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// This uses stdlib features higher than the MSRV
2+
#![allow(clippy::manual_range_contains)] // 1.35
3+
14
use super::{biguint_from_vec, BigUint, ToBigUint};
25

36
use super::addition::add2;

0 commit comments

Comments
 (0)