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:
@@ -13,7 +13,7 @@ pub enum ProcessState {
|
||||
aborted
|
||||
}
|
||||
|
||||
[ref_only]
|
||||
[heap]
|
||||
pub struct Process {
|
||||
pub:
|
||||
filename string // the process's command file path
|
||||
|
||||
Reference in New Issue
Block a user