Skip to content

Commit ddc96bd

Browse files
actboy168sumneko
authored andcommitted
Remove nodiscard from string.gsub
1 parent 24fc193 commit ddc96bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

meta/template/string.lua

-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ function string.gmatch(s, pattern, init) end
7373
---@param n? integer
7474
---@return string
7575
---@return integer count
76-
---@nodiscard
7776
function string.gsub(s, pattern, repl, n) end
7877

7978
---#DES 'string.len'

0 commit comments

Comments
 (0)