Add allow(dead_code) for Immediate until it's used in legalization patterns; (#1157)
This commit is contained in:
committed by
Sean Stangl
parent
135f9eb4a6
commit
d102bf9b61
@@ -452,6 +452,7 @@ impl From<Immediate> for BindParameter {
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
#[allow(dead_code)] // TODO(#1150): remove this once we use it in legalization patterns.
|
||||
pub enum Immediate {
|
||||
UInt8(u8),
|
||||
UInt128(u128),
|
||||
|
||||
Reference in New Issue
Block a user