Skip to content

Commit 12ac87f

Browse files
committed
Clippy
1 parent e6f1a90 commit 12ac87f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/format.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ impl Default for Config {
172172
targets: false,
173173
render_thread_ids: false,
174174
render_thread_names: false,
175-
wraparound: usize::max_value(),
175+
wraparound: usize::MAX,
176176
verbose_entry: false,
177177
verbose_exit: false,
178178
span_retrace: false,

0 commit comments

Comments
 (0)