From 9d241f75ebbd2de5fa95fe778a55c9bfa5c1fe4c Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sun, 11 Jul 2021 12:03:37 +0300 Subject: [PATCH] v.markused: add string_at_with_check to the roots --- vlib/v/markused/markused.v | 1 + 1 file changed, 1 insertion(+) diff --git a/vlib/v/markused/markused.v b/vlib/v/markused/markused.v index f0806aa8b0..0743eb3718 100644 --- a/vlib/v/markused/markused.v +++ b/vlib/v/markused/markused.v @@ -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',