Skip to content

Commit 9f8203f

Browse files
committed
style: Make rustc happy
1 parent 399b20d commit 9f8203f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/report.rs

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ impl Report {
5151
const SKIP_FRAMES_NUM: usize = 8;
5252
//We take padding for address and extra two letters
5353
//to pad after index.
54+
#[allow(unused_qualifications)] // needed for pre-1.80 MSRV
5455
const HEX_WIDTH: usize = mem::size_of::<usize>() + 2;
5556
//Padding for next lines after frame's address
5657
const NEXT_SYMBOL_PADDING: usize = HEX_WIDTH + 6;

0 commit comments

Comments
 (0)