Skip to content

Commit b0e96be

Browse files
committed
Fix comment
1 parent 0dcd5e2 commit b0e96be

File tree

1 file changed

+0
-2
lines changed
  • third_party/move/move-model/src/builder

1 file changed

+0
-2
lines changed

third_party/move/move-model/src/builder/macros.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ impl ExpTranslator<'_, '_, '_> {
116116
/// } else {
117117
/// abort exp
118118
/// }
119-
/// Note that, while the macro does not explicitly enforce this constraint, this will only
120-
/// compile when `exp` is a `u64` (an abort code) or a `vector<u8>` (an abort message).
121119
/// ```
122120
/// Note that, while the macro does not explicitly enforce this constraint, this will only
123121
/// compile when `exp` is a `u64` (an abort code) or a `vector<u8>` (an abort message).

0 commit comments

Comments
 (0)