Skip to content

Commit

Permalink
style: Make rustc happy
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jul 26, 2024
1 parent 399b20d commit 9f8203f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/report.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ impl Report {
const SKIP_FRAMES_NUM: usize = 8;
//We take padding for address and extra two letters
//to pad after index.
#[allow(unused_qualifications)] // needed for pre-1.80 MSRV
const HEX_WIDTH: usize = mem::size_of::<usize>() + 2;
//Padding for next lines after frame's address
const NEXT_SYMBOL_PADDING: usize = HEX_WIDTH + 6;
Expand Down

0 comments on commit 9f8203f

Please sign in to comment.