fix: bitrot building with -Duse_tree_sitter=false
This commit is contained in:
parent
1624276f9c
commit
6cedbcb362
1 changed files with 1 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ pub const Tree = struct {
|
|||
pub fn edit(_: *Tree, _: *const InputEdit) void {}
|
||||
};
|
||||
pub const Node = struct {
|
||||
tree: ?*Tree = null,
|
||||
var dummy: @This() = .{};
|
||||
pub fn getRange(_: *const @This()) Range {
|
||||
return .{};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue