diff options
Diffstat (limited to 'rust/src/types.rs')
| -rw-r--r-- | rust/src/types.rs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/rust/src/types.rs b/rust/src/types.rs index a5f2ca93..dae8a6cc 100644 --- a/rust/src/types.rs +++ b/rust/src/types.rs @@ -261,15 +261,6 @@ impl From<BNOffsetWithConfidence> for Conf<i64> { } } -impl From<Conf<Ref<Type>>> for BNTypeWithConfidence { - fn from(conf: Conf<Ref<Type>>) -> Self { - Self { - type_: conf.contents.handle, - confidence: conf.confidence, - } - } -} - impl From<Conf<&Type>> for BNTypeWithConfidence { fn from(conf: Conf<&Type>) -> Self { Self { |
