Skip to content

Commit 442b4bc

Browse files
georgemitenkovJoshLind
authored andcommitted
Update lib.rs
1 parent 0ca2a61 commit 442b4bc

File tree

1 file changed

+0
-6
lines changed
  • third_party/move/tools/move-resource-viewer/src

1 file changed

+0
-6
lines changed

third_party/move/tools/move-resource-viewer/src/lib.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -456,11 +456,6 @@ impl<V: CompiledModuleView> MoveValueAnnotator<V> {
456456
TypeTag::U256 => FatType::U256,
457457
TypeTag::U128 => FatType::U128,
458458
TypeTag::Vector(ty) => FatType::Vector(Box::new(self.resolve_type_impl(ty, limit)?)),
459-
<<<<<<< HEAD
460-
TypeTag::Function(..) => {
461-
// TODO(#15664) implement functions for fat types"
462-
todo!("functions for fat types")
463-
=======
464459
TypeTag::Function(function_tag) => {
465460
let mut convert_tags = |tags: &[FunctionParamOrReturnTag]| {
466461
tags.iter()
@@ -483,7 +478,6 @@ impl<V: CompiledModuleView> MoveValueAnnotator<V> {
483478
results: convert_tags(&function_tag.results)?,
484479
abilities: function_tag.abilities,
485480
}))
486-
>>>>>>> dee41276c9 ([api] Addressing function value todos (#17047))
487481
},
488482
})
489483
}

0 commit comments

Comments
 (0)