Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed Jul 22, 2024
1 parent d9a3a3a commit 951e86a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vlib/v/markused/markused.v
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ pub fn mark_used(mut table ast.Table, mut pref_ pref.Preferences, ast_files []&a
ref_array_idx_str + '.reverse',
ref_array_idx_str + '.set',
ref_array_idx_str + '.set_unsafe',
ref_array_idx_str + '.sorted_with_compare',
// TODO: process the _vinit const initializations automatically too
'json.decode_string',
'json.decode_int',
Expand Down

0 comments on commit 951e86a

Please sign in to comment.