Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rahxephon89 committed Jul 2, 2024
1 parent ef1d235 commit 0a599a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/move/move-model/src/builder/exp_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3341,7 +3341,7 @@ impl<'env, 'translator, 'module_translator> ExpTranslator<'env, 'translator, 'mo
} else {
"vector::borrow"
};
//
// TODO: comment out because of #13888
// for m in self.env().get_modules() {
// if m.is_std_vector() {
// let mid = m.get_id();
Expand Down

0 comments on commit 0a599a2

Please sign in to comment.