Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Jul 12, 2024
1 parent e6f1a90 commit 12ac87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/format.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ impl Default for Config {
targets: false,
render_thread_ids: false,
render_thread_names: false,
wraparound: usize::max_value(),
wraparound: usize::MAX,
verbose_entry: false,
verbose_exit: false,
span_retrace: false,
Expand Down

0 comments on commit 12ac87f

Please sign in to comment.