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:
@@ -7,7 +7,7 @@ fn C.wyhash(&byte, u64, u64, &u64) u64
|
||||
fn C.wyhash64(u64, u64) u64
|
||||
|
||||
fn init() {
|
||||
_ := map{
|
||||
_ := {
|
||||
1: 1
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user