Supress a warning in lightbeam.
This commit is contained in:
@@ -785,6 +785,7 @@ use labels::{LabelInfo, LabelValue, Labels};
|
|||||||
pub struct Context<'this, M> {
|
pub struct Context<'this, M> {
|
||||||
pub asm: &'this mut Assembler,
|
pub asm: &'this mut Assembler,
|
||||||
pointer_type: SignlessType,
|
pointer_type: SignlessType,
|
||||||
|
#[allow(dead_code)]
|
||||||
source_loc: SourceLoc,
|
source_loc: SourceLoc,
|
||||||
reloc_sink: &'this mut dyn binemit::RelocSink,
|
reloc_sink: &'this mut dyn binemit::RelocSink,
|
||||||
module_context: &'this M,
|
module_context: &'this M,
|
||||||
|
|||||||
Reference in New Issue
Block a user