v.markused: add string_at_with_check to the roots

pull/10754/head
Delyan Angelov 2021-07-11 12:03:37 +03:00
parent fd644e4e28
commit 9d241f75eb
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ pub fn mark_used(mut table ast.Table, pref &pref.Preferences, ast_files []&ast.F
'18.trim',
'18.substr',
'18.at',
'18.at_with_check',
'18.index_kmp',
// string. ==, !=, etc...
'18.eq',