We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Integer
1 parent 6f708c4 commit 84e117dCopy full SHA for 84e117d
src/types/integer.rs
@@ -5,7 +5,7 @@ use num_bigint::{BigInt, BigUint, ToBigInt};
5
use num_traits::{identities::Zero, Signed, ToBytes, ToPrimitive};
6
use num_traits::{CheckedAdd, CheckedSub};
7
8
-/// `Integer`` enum is variable-sized non-constrained integer type which uses `isize` for lower values to optimize performance.
+/// `Integer` enum is variable-sized non-constrained integer type which uses [`isize`] for lower values to optimize performance.
9
#[derive(Debug, Clone, Ord, PartialOrd)]
10
#[allow(missing_docs)]
11
pub enum Integer {
0 commit comments