mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
builtin: tag array methods unsafe: *_many, grow_len, pointers (#8983)
This commit is contained in:
@@ -29,7 +29,7 @@ pub fn (mut ctx Context) write(s string) {
|
||||
if s == '' {
|
||||
return
|
||||
}
|
||||
ctx.print_buf.push_many(s.str, s.len)
|
||||
unsafe { ctx.print_buf.push_many(s.str, s.len) }
|
||||
}
|
||||
|
||||
[inline]
|
||||
|
||||
Reference in New Issue
Block a user