Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-3milabs committed Oct 29, 2024
1 parent 84466dd commit 7a667f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/int/types.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
///! Selection of [`Int`] types.
/// todo: replace with macro implementation once serde is set up.
//! Selection of [`Int`] types.
//! todo: replace with macro implementation once serde is set up.

use crate::Int;

#[cfg(target_pointer_width = "64")]
Expand Down

0 comments on commit 7a667f6

Please sign in to comment.