Skip to content

Commit

Permalink
add Err and Ok to list of rust keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Apr 11, 2024
1 parent 8b5e6d9 commit b85a80a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions property_tests/arbitraries/js_function_name_arb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const rustKeywords = [
'dyn',
'else',
'enum',
'Err',
'extern',
'false',
'fn',
Expand All @@ -21,6 +22,7 @@ const rustKeywords = [
'mod',
'move',
'mut',
'Ok',
'pub',
'ref',
'return',
Expand Down

0 comments on commit b85a80a

Please sign in to comment.