Add allow(dead_code) for Immediate until it's used in legalization patterns; (#1157)

This commit is contained in:
Benjamin Bouvier
2019-10-18 16:05:01 +02:00
committed by Sean Stangl
parent 135f9eb4a6
commit d102bf9b61

View File

@@ -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),