diff --git a/src/format.rs b/src/format.rs index 84b904b..f2c39f4 100644 --- a/src/format.rs +++ b/src/format.rs @@ -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,