Skip to content

Commit

Permalink
v: fix -skip-unused compilation when using substrings with check (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Mar 26, 2024
1 parent 2db9c82 commit 6b21a41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vlib/v/markused/markused.v
Expand Up @@ -80,6 +80,7 @@ pub fn mark_used(mut table ast.Table, mut pref_ pref.Preferences, ast_files []&a
string_idx_str + '.trim',
string_idx_str + '.substr',
string_idx_str + '.substr_ni',
string_idx_str + '.substr_with_check',
string_idx_str + '.at',
string_idx_str + '.at_with_check',
string_idx_str + '.index_kmp',
Expand Down

0 comments on commit 6b21a41

Please sign in to comment.