Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Feb 17, 2025
1 parent 06b76ff commit 3c85d51
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions src/bint/radix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,6 @@ macro_rules! radix {

/// Returns the integer's underlying representation as an unsigned integer in the given base in little-endian digit order.
///
/// # Panics
///
/// This function panics if `radix` is not in the range from 2 to 256 inclusive.
///
/// For examples, see the
#[doc = concat!("[`to_radix_le`](crate::", stringify!($BUint), "::to_radix_le) method documentation for [`", stringify!($BUint), "`](crate::", stringify!($BUint), ").")]
#[inline]
Expand Down
8 changes: 0 additions & 8 deletions src/buint/radix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -433,10 +433,6 @@ macro_rules! radix {

/// Returns the integer as a string in the given radix.
///
/// # Panics
///
/// This function panics if `radix` is not in the range from 2 to 36 inclusive.
///
/// # Examples
///
/// ```
Expand All @@ -462,10 +458,6 @@ macro_rules! radix {

/// Returns the integer in the given base in big-endian digit order.
///
/// # Panics
///
/// This function panics if `radix` is not in the range from 2 to 256 inclusive.
///
/// ```
/// use bnum::types::U512;
///
Expand Down

0 comments on commit 3c85d51

Please sign in to comment.