mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
This commit is contained in:
@@ -66,7 +66,7 @@ pub:
|
||||
// A document can be constructed from a `string` buffer or from a file path
|
||||
pub struct Doc {
|
||||
pub:
|
||||
ast &ast.Root
|
||||
ast &ast.Root = unsafe { nil }
|
||||
}
|
||||
|
||||
// parse_file parses the TOML file in `path`.
|
||||
|
||||
Reference in New Issue
Block a user