mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: fix all remaining unsafe 0 (#14856)
This commit is contained in:
@ -16,7 +16,7 @@ pub mut:
|
||||
children []&Tag
|
||||
attributes map[string]string // attributes will be like map[name]value
|
||||
last_attribute string
|
||||
parent &Tag = 0
|
||||
parent &Tag = unsafe { 0 }
|
||||
position_in_parent int
|
||||
closed bool
|
||||
close_type CloseTagType = .in_name
|
||||
|
Reference in New Issue
Block a user