mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: rename [ref_only]
-> [heap]
(#8718)
This commit is contained in:
@ -8,7 +8,7 @@ enum CloseTagType {
|
||||
}
|
||||
|
||||
// Tag holds the information of an HTML tag.
|
||||
[ref_only]
|
||||
[heap]
|
||||
pub struct Tag {
|
||||
pub mut:
|
||||
name string
|
||||
|
Reference in New Issue
Block a user