Skip to content

Commit

Permalink
v0.3.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpratt committed Dec 2, 2023
1 parent fed3bed commit bef3528
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deranged"
version = "0.3.9"
version = "0.3.10"
authors = ["Jacob Pratt <[email protected]>"]
edition = "2021"
rust-version = "1.67.0"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ macro_rules! impl_ranged {
Self::new_saturating(self.get().saturating_pow(exp))
}

/// Compute the rem_euclid of this type with its unsigned type equivalent
/// Compute the `rem_euclid` of this type with its unsigned type equivalent
// Not public because it doesn't match stdlib's "method_unsigned implemented only for signed type" tradition.
// Also because this isn't implemented for normal types in std.
// TODO maybe make public anyway? It is useful.
Expand Down

0 comments on commit bef3528

Please sign in to comment.