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:
@@ -5,7 +5,7 @@ module util
|
||||
|
||||
import time
|
||||
|
||||
[ref_only]
|
||||
[heap]
|
||||
pub struct Timers {
|
||||
pub mut:
|
||||
swatches map[string]time.StopWatch
|
||||
|
||||
Reference in New Issue
Block a user