mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vlib: remove deprecated map{} usages as well as deprecated functions (#11035)
This commit is contained in:
@@ -216,7 +216,7 @@ pub fn (h CommonHeader) str() string {
|
||||
}
|
||||
}
|
||||
|
||||
const common_header_map = map{
|
||||
const common_header_map = {
|
||||
'accept': CommonHeader.accept
|
||||
'accept-ch': .accept_ch
|
||||
'accept-charset': .accept_charset
|
||||
|
||||
Reference in New Issue
Block a user