Supress a warning in lightbeam.

This commit is contained in:
Dan Gohman
2021-02-16 12:57:07 -08:00
parent e5267f056f
commit 3ed46e47e9

View File

@@ -785,6 +785,7 @@ use labels::{LabelInfo, LabelValue, Labels};
pub struct Context<'this, M> {
pub asm: &'this mut Assembler,
pointer_type: SignlessType,
#[allow(dead_code)]
source_loc: SourceLoc,
reloc_sink: &'this mut dyn binemit::RelocSink,
module_context: &'this M,