We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 399b20d commit 9f8203fCopy full SHA for 9f8203f
src/report.rs
@@ -51,6 +51,7 @@ impl Report {
51
const SKIP_FRAMES_NUM: usize = 8;
52
//We take padding for address and extra two letters
53
//to pad after index.
54
+ #[allow(unused_qualifications)] // needed for pre-1.80 MSRV
55
const HEX_WIDTH: usize = mem::size_of::<usize>() + 2;
56
//Padding for next lines after frame's address
57
const NEXT_SYMBOL_PADDING: usize = HEX_WIDTH + 6;
0 commit comments