vfmt: automate transition from the old [attribute] to the new @[attribute] syntax (#19912)

This commit is contained in:
Delyan Angelov 2023-11-17 17:43:29 +02:00 committed by GitHub
parent 157d603e5c
commit f7b9e4eafd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 86 additions and 39 deletions

View file

@ -4,8 +4,8 @@ struct PostTag {
id string
parent ?&PostTag
visibility string
created_at string [json: 'createdAt']
metadata string [raw]
created_at string @[json: 'createdAt']
metadata string @[raw]
}
fn test_main() {