We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac462a commit 5b328b2Copy full SHA for 5b328b2
third_party/move/tools/move-linter/tests/model_ast_lints/simpler_bool_expression.move
@@ -322,7 +322,7 @@ module 0xc0ffee::m {
322
if (x || y) ();
323
}
324
325
- // ===== THE FOLLOWING TEST SHOULD NOT TRIGGER THE LINT, BUT IS INCLUDED FOR FUTURE REFERENCE =====
+ // ===== THE FOLLOWING TEST DOES NOT TRIGGER THE LINT, BUT IS INCLUDED FOR FUTURE REFERENCE =====
326
// Detecting these patterns is not yet supported.
327
328
public fun test_vector_no_lint() {
0 commit comments