Addressed all feedback to date
This commit is contained in:
@@ -85,13 +85,6 @@ impl From<CounterValueReference> for ExpressionOperandId {
|
||||
}
|
||||
}
|
||||
|
||||
impl From<&mut CounterValueReference> for ExpressionOperandId {
|
||||
#[inline]
|
||||
fn from(v: &mut CounterValueReference) -> ExpressionOperandId {
|
||||
ExpressionOperandId::from(v.as_u32())
|
||||
}
|
||||
}
|
||||
|
||||
impl From<InjectedExpressionId> for ExpressionOperandId {
|
||||
#[inline]
|
||||
fn from(v: InjectedExpressionId) -> ExpressionOperandId {
|
||||
@@ -99,13 +92,6 @@ impl From<InjectedExpressionId> for ExpressionOperandId {
|
||||
}
|
||||
}
|
||||
|
||||
impl From<&mut InjectedExpressionId> for ExpressionOperandId {
|
||||
#[inline]
|
||||
fn from(v: &mut InjectedExpressionId) -> ExpressionOperandId {
|
||||
ExpressionOperandId::from(v.as_u32())
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Clone, PartialEq, TyEncodable, TyDecodable, HashStable, TypeFoldable)]
|
||||
pub enum CoverageKind {
|
||||
Counter {
|
||||
|
||||
Reference in New Issue
Block a user