Addressed all feedback to date
This commit is contained in:
parent
5545c56e9d
commit
1973f84ebb
8 changed files with 41 additions and 57 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue